forked from spinnaker/deck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"main": "./app/scripts/app.js",
"name": "deck",
"version": "0.0.0",
"dependencies": {
"del": "^0.1.3",
"es5-shim": "^4.0.3",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.0",
"gulp-concat-css": "^1.0.0",
"gulp-connect": "^2.0.6",
"gulp-cssmin": "^0.1.6",
"gulp-html2js": "^0.2.0",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-inject": "^1.0.2",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.5",
"gulp-load-plugins": "^0.6.0",
"gulp-ng-annotate": "^0.3.3",
"gulp-protractor": "0.0.11",
"gulp-rev": "^1.1.0",
"gulp-sourcemaps": "^1.1.4",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.1.0",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "~0.2.0",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"main-bower-files": "^2.1.0",
"protractor": "^1.3.1",
"q": "^1.0.1",
"run-sequence": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"karma-mocha-reporter": "^0.3.1",
"karma-ng-html2js-preprocessor": "^0.1.2"
}
}