This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.73 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
{
"name": "gin-ui",
"description": "User interface for the G-Node gin services",
"version": "1.0.0",
"license": "BSD 3",
"author": "A. Stoewer <[email protected]>",
"private": true,
"scripts": {
"dev": "gulp dev",
"build": "cross-env NODE_ENV=production gulp",
"test": "karma start karma.conf.js"
},
"dependencies": {
"babel-runtime": "^6.0.0",
"md5": "2.2.1",
"vue": "2.3.3",
"vue-router": "2.4.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.0.0",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-copy": "^1.0.0",
"gulp-sourcemaps": "^2.5.0",
"gulp-uglify": "^2.1.0",
"istanbul": "^0.4.5",
"json-loader": "^0.5.4",
"karma": "^1.6.0",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.2",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^3.0.2",
"vinyl-named": "^1.1.0",
"vueify": "^9.4.0",
"vue-compiler": "^2.0.0",
"vue-cookies": "^1.2.0",
"vue-loader": "12.0.3",
"vue-html-loader": "^1.2.3",
"vue-style-loader": "^3.0.0",
"watchify": "^3.7.0",
"webpack-stream": "^3.2.0"
}
}