forked from donejs/done-serve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.28 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
47
48
49
50
51
52
53
54
55
56
{
"name": "done-serve",
"version": "0.2.5",
"description": "DoneJS development server",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"bin": {
"done-serve": "./bin/done-serve"
},
"scripts": {
"copy": "node scripts/copy.js",
"test": "npm run copy && npm run mocha",
"mocha": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donejs-next/done-serve.git"
},
"keywords": [
"DoneJS"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/donejs-next/done-serve/issues"
},
"homepage": "https://github.com/donejs-next/done-serve#readme",
"dependencies": {
"commander": "^2.8.1",
"compression": "^1.6.1",
"express": "^4.13.4",
"http-proxy": "^1.13.2",
"infanticide": "^1.0.1"
},
"peerDependencies": {
"done-ssr-middleware": "*",
"can-component": "*",
"can-list": "*",
"can-map": "*",
"can-map-define": "*",
"can-route": "*",
"can-route-pushstate": "*",
"copy-dir": "*",
"done-autorender": "*",
"jquery": "*",
"nock": "^7.2.2",
"request": "^2.69.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"spawn-mochas": "^1.1.0",
"steal-tools": "*",
"testdouble": "^1.4.1"
}
}