-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 2.07 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
53
54
55
56
57
58
59
60
{
"version": "0.0.0",
"private": true,
"name": "strimoid-frontend",
"description": "Strimoid.pl frontend",
"repository": {
"type": "git",
"url": "https://github.com/strimoid/strimoid-frontend"
},
"license": "GPL Affero",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a 0.0.0.0 -p 8000",
"pretest": "npm install",
"test": "node node_modules/karma/bin/karma start test/karma.conf.js",
"test-single-run": "node node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
},
"bugs": {
"url": "https://github.com/strimoid/strimoid-frontend/issues"
},
"homepage": "https://github.com/strimoid/strimoid-frontend",
"main": "index.html",
"author": "duxet",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.1",
"browser-sync": "^1.9.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-gettext": "^0.3.1",
"gulp-angular-templatecache": "^1.4.2",
"gulp-autoprefixer": "^2.0.0",
"gulp-bower-files": "^0.2.7",
"gulp-concat": "^2.4.1",
"gulp-htmlmin": "^0.2.0",
"gulp-inject": "^1.1.1",
"gulp-load-plugins": "^0.7.0",
"gulp-minify-css": "^0.3.11",
"gulp-ng-annotate": "^0.3.6",
"gulp-rev": "^3.0.1",
"gulp-sourcemaps": "^1.2.4",
"gulp-traceur": "^0.13.0",
"gulp-uglify": "^1.0.1",
"http-server": "^0.6.1",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"main-bower-files": "^2.1.0",
"protractor": "~1.0.0",
"run-sequence": "^1.0.2",
"shelljs": "^0.2.6",
"tmp": "0.0.23"
}
}