This repository was archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.47 KB
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
{
"name": "Decision",
"version": "1.0.0",
"description": "Decision App",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "bower install",
"start": "node src/server/app.js",
"start-dev": "NODE_ENV=offline node node_modules/nodemon/bin/nodemon.js src/server/app.js",
"test": "node node_modules/mocha/bin/mocha test/",
"test-zombie": "node node_modules/mocha/bin/mocha test/zombie",
"testmon": "node_modules/nodemon/bin/nodemon.js node_modules/mocha/bin/mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/StartupWeekend15/Decision.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/StartupWeekend15/Decision/issues"
},
"homepage": "https://github.com/StartupWeekend15/Decision",
"dependencies": {
"array-extended": "0.0.11",
"async": "^0.9.0",
"body-parser": "^1.12.2",
"bower": "^1.4.1",
"dotenv": "^1.1.0",
"express": "^4.12.3",
"feedparser": "~1.0.1",
"googleplaces": "^0.4.1",
"gps2zip": "~1.1.0",
"jade": "^1.9.2",
"lodash": "^3.8.0",
"lodash.shuffle": "~3.0.0",
"ramda": "^0.13.0",
"request": "^2.55.0",
"requirejs": "^2.1.17",
"urlencode": "^1.0.0",
"xmldom": "~0.1.19"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-jade": "^1.0.0",
"lodash": "^3.8.0",
"mocha": "^2.2.4",
"nodemon": "^1.3.7",
"requirejs": "~2.1.17",
"zombie": "^4.0.10"
}
}