-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.59 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": "crateful",
"version": "1.4.1",
"description": "",
"main": "app/index.html",
"scripts": {
"postinstall": "bower install && npm run wiredep",
"karma": "karma start tests/karma.conf.js",
"karma-single-run": "karma start tests/karma.conf.js --single-run",
"protractor": "protractor tests/protractor.conf.js",
"setuptest": "node_modules/protractor/bin/webdriver-manager update && node_modules/protractor/bin/webdriver-manager start",
"test": "gulp lint",
"wiredep": "wiredep -s app/index.html -e jquery"
},
"author": "Big Wednesday IO",
"devDependencies": {
"bower": "^1.5.2",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^1.0.0",
"gulp-jsbeautifier": "^1.0.1",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-constant": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.5.1",
"gulp-usemin": "^0.3.15",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.3",
"karma-ng-html2js-preprocessor": "^0.2.0",
"ng-annotate": "^1.0.2",
"node-sass": "^3.3.1",
"protractor": "^2.5.1",
"selenium-webdriver": "^2.45.1",
"shelljs": "^0.5.3",
"wiredep": "^2.2.2"
}
}