-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.15 KB
/
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
{
"name": "aetherboard",
"version": "0.0.1",
"description": "Collaborative Whiteboard with microservices",
"main": "server.js",
"scripts": {
"test": "mocha -R spec",
"prepublish": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/AetherBoard/AetherBoard.git"
},
"author": "Adrian Rossouw <adrian@daemon.co.za>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AetherBoard/AetherBoard/issues"
},
"homepage": "https://github.com/AetherBoard/AetherBoard",
"devDependencies": {
"css-loader": "^0.7.1",
"famous": "^0.3.3",
"famous-polyfills": "^0.2.2",
"file-loader": "^0.6.1",
"style-loader": "^0.7.0",
"url-loader": "^0.5.5",
"webpack": "^1.3.3-beta2",
"webpack-dev-server": "^1.4.10"
},
"dependencies": {
"canvas": "^1.1.6",
"debug": "^2.0.0",
"debug-stream": "^2.0.2",
"graft": "^0.3.1",
"highland": "^1.29.0",
"lodash": "^2.4.1",
"merge-stream": "^0.1.6",
"norma": "^0.2.6",
"readable-stream": "^1.0.31",
"sculpt": "^0.1.6",
"send": "^0.9.1",
"streams2": "^0.1.1",
"through2": "^0.6.1",
"webpack": "^1.4.4"
}
}