-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
47 lines (47 loc) · 1022 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
40
41
42
43
44
45
46
47
{
"name": "painttyServer",
"version": "0.4.0",
"description": "Server side for project paintty",
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/liuyanghejerry/painttyServer"
},
"keywords": [
"paintty",
"painttyServer",
"painting",
"drawing"
],
"author": "liuyanghejerry",
"license": "LGPL",
"readmeFilename": "README.md",
"gitHead": "edab465c4758f03191ba4b5782bdbd935d779bcb",
"bugs": {
"url": "https://github.com/liuyanghejerry/painttyServer/issues"
},
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"async": "~0.2.9",
"buffers": "~0.1.1",
"heapdump": "~0.2.0",
"net-cluster": "~0.0.2",
"nodeunit": "~0.8.0",
"toobusy": "~0.2.3",
"tracer": "~0.5.1",
"underscore": "~1.4.4",
"mongoose": "~3.6.11",
"express": "~3.4.7",
"usage": "~0.3.9"
},
"engines": {
"node": ">=0.10.10"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
}
}