-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 971 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 971 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
31
32
33
34
35
36
37
{
"name": "app",
"version": "0.1.0",
"devDependencies": {
"gulp": "~3.9.0",
"gulp-concat": "~2.5.2",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"require-dir": "~0.3.0",
"gulp-minify-css": "~1.1.6",
"gulp-ng-annotate": "~1.0.0",
"gulp-minify-html": "~1.0.3",
"gulp-load-plugins": "~1.0.0-rc.1",
"gulp-inject": "~1.3.1",
"gulp-angular-templatecache": "~1.6.0",
"gulp-angular-filesort": "~1.1.1",
"gulp-filter": "~2.0.2",
"gulp-size": "~1.2.2",
"gulp-rev": "~5.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-csso": "~1.0.0",
"gulp-useref": "~1.2.0",
"gulp-flatten": "0.0.4",
"jshint-stylish": "~2.0.1",
"gulp-todo": "~3.1.1",
"gulp-jshint": "~1.11.0",
"gulp-fixmyjs": "~1.0.2"
},
"dependencies": {
"minimist": "~1.1.1",
"browserstack": "~1.1.1",
"assert": "~1.3.0",
"should": "~7.0.1",
"browserstack-webdriver": "~2.41.1",
"chai": "~3.0.0"
}
}