forked from fgpv-vpgf/fgpv-vpgf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "r2v2",
"private": true,
"version": "1.3.0",
"description": "FGP R2 Viewer",
"repository": "https://github.com/fgpv-vpgf/fgpv-vpgf",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.9.0",
"bower": "^1.4.1",
"canonical-path": "0.0.2",
"dateformat": "^1.0.12",
"del": "^1.2.0",
"docdash": "https://github.com/alyec/docdash#master",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.2.1",
"gulp-bytediff": "^0.2.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-conventional-changelog": "^0.4.0",
"gulp-cssnano": "^2.1.0",
"gulp-debug": "^2.1.0",
"gulp-filter": "^3.0.1",
"gulp-git": "^1.6.0",
"gulp-gzip": "^1.2.0",
"gulp-header": "1.8.2",
"gulp-help": "^1.6.1",
"gulp-i18n-csv": "^1.0.3",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.3.1",
"gulp-insert": "^0.5.0",
"gulp-jscs": "^3.0.0",
"gulp-jscs-stylish": "~1.2.1",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-delete-lines": "^0.0.7",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-tar": "^1.8.0",
"gulp-tv4": "^0.1.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.1.0",
"http-server": "^0.6.1",
"jasmine-core": "^2.3.4",
"jsdoc": "^3.4.0",
"jshint-stylish": "^2.0.1",
"json-schema-defaults": "^0.1.1",
"json-schema-ref-parser": "^2.2.0",
"karma": "0.13.19",
"karma-babel-preprocessor": "^5.2.2",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.4.2",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-spec-reporter": "0.0.23",
"lazypipe": "^1.0.1",
"lodash": "^3.10.1",
"main-bower-files": "^2.9.0",
"merge-stream": "^1.0.0",
"phantomjs": "^1.9.17",
"plato": "^1.5.0",
"protractor": "^2.2.0",
"run-sequence": "^1.2.2",
"shelljs": "^0.2.6",
"sinon": "^1.17.2",
"socket.io": "1.3.7",
"through2": "^2.0.0",
"xml2js": "^0.4.16",
"xml2js-xpath": "^0.6.0",
"yargs": "^3.15.0"
},
"scripts": {
"postinstall": "rm -r -f lib/angular-dragula && bower install && git apply fix-ui-delay-drag-start.patch",
"start": "http-server -a localhost -p 6001 -c-1",
"test": "gulp test",
"doc": "./node_modules/.bin/jsdoc -p -r -c .jsdoc.json -t node_modules/docdash -R README.md -d ./docbuild -u ./docs ./src/app",
"servedoc": "npm run doc && ./node_modules/.bin/http-server -p 6003 ./docbuild",
"test-single-run": "karma start karma.conf.js --single-run",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor src/e2e-test/protractor.conf.js"
}
}