-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 719 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 719 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
{
"name": "data-processing",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"gulp": "latest",
"gulp-livereload": "latest",
"gulp-concat": "latest",
"gulp-jshint": "latest",
"gulp-strip-debug": "latest",
"gulp-uglify": "latest",
"node-static": "latest",
"gulp-plumber": "latest",
"gulp-open": "latest",
"gulp-karma": "latest",
"karma-jasmine": "latest",
"karma-phantomjs-launcher": "latest",
"gulp-replace": "latest",
"gulp-clean": "latest",
"gulp-sass": "latest",
"gulp-angular-templatecache": "latest"
},
"engines": {
"node": ">=0.8.0"
}
}