-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
47
48
49
50
51
52
{
"name": "simpleangulartest",
"version": "1.0.0",
"author": "Serge Bornow <[email protected]>",
"description": "",
"dependencies": {},
"devDependencies": {
"beepbeep": "^1.2.0",
"connect-livereload": "^0.5.2",
"del": "^2.2.0",
"express": "^4.11.1",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-iconfont": "^5.0.1",
"gulp-iconfont-css": "2.0.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.1.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-remember": "^0.3.0",
"gulp-rev": "^6.0.0",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.1",
"gulp-strip-css-comments": "^1.2.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"lodash": "^3.10.1",
"lodash._basecopy": "latest",
"merge-stream": "^1.0.0",
"node-sass": "^3.4.2",
"open": "0.0.5",
"ripple-emulator": "^0.9.32",
"run-sequence": "^1.1.5",
"shelljs": "^0.5.3",
"streamqueue": "^1.1.1",
"wiredep": "^3.0.0",
"yargs": "^3.31.0"
},
"scripts": {
"gulp": "./node_modules/.bin/gulp"
}
}