-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.25 KB
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
48
49
50
51
52
53
54
{
"name": "sketchboard",
"private": true,
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com"
},
"main": "server/index.js",
"scripts": {
"test": "mocha tests/*.test.js -R spec",
"start": "node server"
},
"version": "0.0.19",
"dependencies": {
"append-only": "^0.2.3",
"connect-once": "^0.1.0",
"express": "^4",
"grid": "~0.0.2",
"grid-protocol": "^0.2.1",
"grid.js": "0.0.26",
"hbs": "^2.6.0",
"lodash": "^2.4.1",
"mongodb": "^1.4.3",
"morgan": "^1.0.1",
"ngraph.forcelayout": "0.0.4",
"ngraph.generators": "0.0.2",
"ngraph.graph": "0.0.2",
"ngraph.physics.simulator": "0.0.4",
"pson": "^1.0.0",
"raven": "^0.6.3",
"scuttlebucket": "^0.2.3",
"scuttlebutt": "^5.6.8",
"through2": "^0.4.1",
"wildemitter": "^1.0.1",
"ws": "^0.4.31"
},
"devDependencies": {
"browserify": "^3.46.0",
"grid.js": "~0.0.0",
"gulp": "^3.6.2",
"gulp-bump": "^0.1.8",
"gulp-uglify": "^0.2.1",
"mocha": "^1.17.1",
"pixi.js": "^1.5.2",
"rimraf": "^2.2.8",
"run-sequence": "^0.3.6",
"supertest": "^0.9.0",
"vinyl-source-stream": "^0.1.1"
},
"engines": {
"node": "0.10.x"
},
"subdomain": "sketchboard"
}