-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
86 lines (86 loc) · 2.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "fairweatherhikers_full_build",
"version": "0.1.1",
"description": "Choose your hiking trail based on weather conditions, with Angular",
"main": "index.js",
"directories": {
"test": "test"
},
"engines": {
"node": "^4.2.3"
},
"scripts": {
"create-db-dir": "node api_server/lib/make_directory.js",
"install": "npm run create-db-dir",
"test": "node_modules/mocha/bin/mocha test",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cliffhangerz/fairweatherhikers_full.git"
},
"author": {
"name": "Gene Troy",
"email": "penguintroy@gmail.com"
},
"contributors": [
{
"name": "Ali Forman",
"email": ""
},
{
"name": "Tim Forman",
"email": ""
},
{
"name": "James Norton",
"email": ""
},
{
"name": "Kris Skelton",
"email": ""
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cliffhangerz/fairweatherhikers_full/issues"
},
"homepage": "https://github.com/cliffhangerz/fairweatherhikers_full",
"dependencies": {
"angular": "1.5.6",
"angular-google-maps": "^2.3.3",
"angular-resource": "^1.5.6",
"angular-route": "^1.5.6",
"angular-simple-logger": "^0.1.7",
"bcrypt": "latest",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"forecastio": "^1.0.1",
"jsonwebtoken": "^6.1.1",
"lodash": "^4.13.1",
"mongoose": "^4.4.14"
},
"devDependencies": {
"angular-mocks": "1.5.6",
"babel": "6.5.2",
"babel-core": "6.9.1",
"chai": "3.5.0",
"chai-http": "2.0.1",
"glob": "^7.0.3",
"gulp": "3.9.1",
"gulp-eslint": "2.0.0",
"gulp-minify-css": "1.2.4",
"gulp-mocha": "^2.2.0",
"gulp-protractor": "2.4.0",
"gulp-sass": "2.3.1",
"gulp-sourcemaps": "1.6.0",
"html-loader": "0.4.3",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "1.0.1",
"karma-jasmine": "1.0.2",
"minimatch": "^3.0.0",
"mocha": "^2.4.5",
"webpack-stream": "3.2.0"
}
}