-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.29 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
{
"name": "facebook",
"version": "0.0.0",
"devDependencies": {
"browser-sync": "^1.1.2",
"connect-modrewrite": "^0.7.9",
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-cache": "^0.2.4",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-csso": "^0.2.9",
"gulp-debug": "^1.0.1",
"gulp-header": "^1.2.2",
"gulp-html2js": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-jshint": "^1.8.5",
"gulp-load-plugins": "^0.7.0",
"gulp-minify-html": "^0.1.6",
"gulp-ng-annotate": "^0.3.3",
"gulp-ng-html2js": "^0.1.8",
"gulp-protractor": "0.0.11",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.2.4",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-html-reporter": "^0.2.4",
"karma-jasmine": "^0.1.5",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"protractor": "~1.3.1",
"run-sequence": "^1.0.1",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.x"
},
"scripts": {
"test": "gulp travis"
}
}