-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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
{
"name": "strato-portal",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"prestart": "gulp",
"start": "supervisor -w index.js,lib index.js",
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/welldone/strato2.git"
},
"private": "true",
"author": "Austin McGee (WellDone)",
"license": "ISC",
"dependencies": {
"express": "^4.10.2",
"nedb": "^0.11.1",
"body-parser": "^1.9.2",
"compression": "^1.2.0",
"lodash": "^2.4.1",
"superagent": "^0.21.0",
"remjs": "^0.3.6",
"gulp-compile-handlebars": "^0.3.3",
"gulp": "^3.8.10",
"gulp-rename": "^1.2.0",
"del": "^2.0.0",
"bower": "^1.3.12",
"handlebars": "^2.0.0",
"supervisor": "^0.6.0",
"bluebird": "^2.9.4",
"mongodb": "^1.4.29"
},
"devDependencies": {
"mocha": "^2.0.1",
"expect.js": "^0.3.1",
"assert": "^1.3.0",
"request-promise": "^0.4.3"
},
"engines": {
"node": "0.12.x",
"npm": "2.x"
}
}