forked from MicrosoftTCE/civic-graph-UI
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 789 Bytes
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
{
"name": "civic-graph",
"version": "0.0.1",
"scripts": {
"build": "gulp",
"serve": "parallelshell \"gulp watch\" \"http-server .\""
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean-css": "^2.0.10",
"gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.0",
"gulp-ejs": "^3.0.0",
"gulp-ext-replace": "^0.3.0",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"hash-files": "^1.1.1",
"http-server": "^0.9.0",
"jshint": "^2.9.2",
"node-dir": "^0.1.16",
"parallelshell": "^2.0.0"
},
"dependencies": {
"daemon": "github:zipang/daemon.node#48d0977c26fb3a6a44ae99aae3471b9d5a761085",
"gulp-watch": "^5.0.0"
}
}