-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 838 Bytes
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
{
"name": "MiniYose",
"version": "0.0.2",
"description": "Playing to YoseTheGame",
"main": "web.js",
"scripts": {
"test": "grunt simplemocha"
},
"repository": {
"type": "git",
"url": "https://github.com/MiniKeb/MiniYose.git"
},
"keywords": [
"YoseTheGame",
"Node",
"Javascript"
],
"author": "MiniKeb",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/MiniKeb/MiniYose/issues"
},
"homepage": "https://github.com/MiniKeb/MiniYose",
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-simple-mocha": "~0.4.0",
"superagent": "^1.1.0"
},
"dependencies": {
"body-parser": "^1.12.2",
"express": "~4.0.0",
"express-handlebars": "^2.0.0"
},
"engines": {
"node": "0.10.x"
}
}