-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 938 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": "js_gaem",
"version": "1.0.0",
"description": "NB: I know this is a little out there, I have backup plans",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"directories": {
"doc": "docs"
},
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"createjs": "0.0.1",
"createjs-collection": "^0.8.2-1",
"createjs-easeljs": "^0.8.2",
"express": "^4.14.1",
"konva": "^1.4.0",
"lodash": "^4.17.4",
"socket.io": "^1.7.3",
"yuki-createjs": "0.0.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/JimGreenberg/js-gaem.git"
},
"bugs": {
"url": "https://github.com/JimGreenberg/js-gaem/issues"
},
"homepage": "https://github.com/JimGreenberg/js-gaem#readme"
}