forked from vasuman/code-control
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 855 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
38
39
{
"name": "code-control",
"version": "0.0.0",
"description": "Write code to control a character",
"main": "server.js",
"directories": {
"test": "test"
},
"dependencies": {
"sandcastle": "~0.1.0",
"ejs": "~0.8.5",
"express": "~3.4.8",
"mongoose": "~3.8.8",
"jshint": "~2.4.4",
"passport": "~0.2.0",
"request": "~2.34.0",
"express-helpers": "~1.3.1",
"marked": "0.3.5",
"passport-local": "~1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "node test/all.js"
},
"repository": {
"type": "git",
"url": "git://github.com/vasuman/code-control.git"
},
"keywords": [
"game",
"code"
],
"author": "Vasuman R",
"license": "ISC",
"bugs": {
"url": "https://github.com/vasuman/code-control/issues"
},
"homepage": "https://github.com/vasuman/code-control"
}