-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1011 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
40
{
"name": "DementiaSmartWatch",
"version": "0.0.0",
"author": "Agile Ninjas",
"license": "Apache",
"devDependencies": {
"angular": "^1.2.23",
"browser-sync": "^1.0.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^0.0.7",
"gulp-cache": "^0.1.1",
"gulp-csso": "^0.2.6",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^0.6.0",
"gulp-jshint": "^1.5.3",
"gulp-load-plugins": "^0.5.0",
"gulp-minify-html": "^0.1.3",
"gulp-replace": "^0.3.0",
"gulp-ruby-sass": "^0.5.0",
"gulp-size": "^0.4.0",
"gulp-uglify": "^0.3.0",
"gulp-uncss": "^0.4.4",
"gulp-useref": "^0.4.3",
"gulp-util": "^3.0.0",
"jshint-stylish": "^0.2.0",
"karma": "^0.10.0",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"opn": "^0.1.1",
"psi": "^0.0.4",
"rimraf": "^2.2.8",
"run-sequence": "^0.3.6"
},
"engines": {
"node": ">=0.10.0"
},
"private": true
}