-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 986 Bytes
/
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
{
"name": "hackysakk",
"version": "1.0.0",
"description": "hack the stacks time machine interactive game",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackTheStacks/HackySakk.git"
},
"author": "sakk",
"license": "ISC",
"bugs": {
"url": "https://github.com/HackTheStacks/HackySakk/issues"
},
"homepage": "https://github.com/HackTheStacks/HackySakk#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-webpack": "^1.0.18",
"jquery": "^3.1.1",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "^1.4.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"babylonjs": "^2.4.1",
"jquery": "^3.1.1"
}
}