-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 957 Bytes
/
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
{
"name": "solar-watt",
"version": "1.0.0",
"description": ":sun:",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/sushack/solar-watt.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sushack/solar-watt/issues"
},
"homepage": "https://github.com/sushack/solar-watt",
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install && gulp build"
},
"dependencies": {
"body-parser": "~1.12.0",
"bower": "^1.4.1",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"del": "^1.2.0",
"express": "^4.13.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.5.2",
"gulp-foreman": "^0.1.2",
"gulp-livereload": "^3.8.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jade": "~1.9.2",
"morgan": "~1.5.1",
"request": "^2.58.0",
"serve-favicon": "~2.2.0"
}
}