-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1021 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
{
"name": "yellowtail",
"version": "0.0.1",
"description": "i love golan levin",
"keywords": [],
"author": "karen <[email protected]>",
"repository": {
"type": "git",
"url": "git@[email protected]:karen/yellowtail.git"
},
"dependencies": {
"connect": "~2.11.0",
"connect-render": "~0.3.2",
"urlrouter": "~0.5.3",
"mkdirp": "~0.3.5",
"graceful": "~0.0.5",
"socket.io": "~0.9.16",
"response-patch": "~0.1.1"
},
"devDependencies": {
"mocha": "*",
"should": "~2.1.0",
"blanket": "~1.1.4",
"supertest": "*",
"travis-cov": "*",
"pedding": "*"
},
"scripts": {
"test": "make test-all",
"start": "bin/nodejsctl start",
"stop": "bin/nodejsctl stop",
"status": "bin/nodejsctl status",
"dev": "node dispatch.js",
"restart": "bin/nodejsctl restart",
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"travis-cov": {
"threshold": 60
}
},
"engines": {
"node": ">= 0.8.0"
}
}