-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
67 lines (67 loc) · 1.65 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
{
"name": "gamevis",
"version": "0.2.0",
"main": "background.js",
"scripts": {
"start": "electron .",
"docs": "jsdoc -c jsdoc.json .",
"sloc": "sloc --exclude '(^(\\.|node_modules|dist|bower_components|vendor|docs))|((\\.(go|ts|html|css|less)$))' --alias vue=js ./"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/saul/gamevis.git"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.35",
"babelify": "^7.2.0",
"bower": "^1.7.7",
"browserify-css": "^0.9.0",
"docdash": "^0.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-bower": "0.0.11",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jsdoc": "^3.4.0",
"jsdoc-vue": "^0.1.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue-hot-reload-api": "^1.3.2",
"vueify": "^8.3.5",
"vueify-insert-css": "^1.0.0",
"watchify": "^3.7.0"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es6": true
}
},
"dependencies": {
"bluebird": "^3.1.1",
"db-streamer": "^0.4.0",
"demofile": "^0.2.1",
"electron-prebuilt": "0.36.4",
"jquery": "^2.2.0",
"lodash": "^3.10.1",
"minimist": "^1.2.0",
"pace": "0.0.4",
"pg": "^4.4.3",
"pg-copy-streams": "^0.3.0",
"sequelize": "3.17.3",
"stats.js": "^1.0.0",
"three": "0.74.0",
"vue": "1.0.16",
"xxhash": "^0.2.3"
},
"optionalDependencies": {
"pg-native": "^1.10.0"
}
}