-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (93 loc) · 2.31 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
{
"name": "vinjab",
"version": "1.0.0",
"description": "VINJAB is not just a boardcomputer",
"main": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "node src/tsnode/ServerStarter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpringVaS/VINJAB.git"
},
"keywords": [
"BoardComputer",
"VINJAB"
],
"author": "Jonas Haas, Nicolas Schreiber, Valentin Springsklee, Yimeng Zhu, David Grajzel",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpringVaS/VINJAB/issues"
},
"homepage": "https://github.com/SpringVaS/VINJAB#readme",
"devDependencies": {
"apache-server-configs": "2.14.0",
"archiver": "^0.14.3",
"backbone": "~1.2.3",
"browserify": "~13.0.0",
"del": "^1.1.1",
"eslint": "~1.10.3",
"eslint-config-google": "~0.3.0",
"glob": "^5.0.5",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-karma": "^0.12.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-header": "^1.2.2",
"gulp-jscs": "^1.5.1",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"istanbul": "^0.4.2",
"jasmine": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jquery": "1.11.3",
"jshint-stylish": "^1.0.1",
"karma": "^0.13.21",
"karma-bro": "^0.11.1",
"karma-browserify": "^5.0.2",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"karma-jasmine-jquery": "^0.1.1",
"mocha": "^2.2.4",
"normalize.css": "3.0.3",
"run-sequence": "^1.0.2",
"tsd": "~0.6.5",
"underscore": "~1.8.3"
},
"dependencies": {
"bower": "^1.7.7",
"chartjs": "^0.3.1",
"es6-collections": "^0.5.5",
"es6-iterator": "^2.0.0",
"express": "^4.13.4",
"gridster": "^0.5.6",
"jasmine": "^2.4.1",
"jasmine-node": "^1.14.5",
"jquery": "~2.2.0",
"leveldown": "1.4.3",
"levelup": "1.3.1",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"json-stable-stringify": "1.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"h5bp-configs": {
"directories": {
"archive": "archive",
"dist": "dist",
"src": "src",
"test": "test"
}
}
}