-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (39 loc) · 987 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
{
"name": "convoy",
"version": "v0.4.1",
"author": "Charles Jolley <[email protected]>",
"description": "Pluggable, package-aware asset pipeline for node",
"keywords": ["asset", "pipeline", "connect", "jake", "build", "tools"],
"homepage": "http://github.com/node-convoy/convoy",
"bugs": {
"url": "http://github.com/node-convoy/convoy/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/node-convoy/convoy.git"
},
"main": "./lib/index.js",
"dependencies": {
"async": "0.1.x",
"uglify-js": "~1.2",
"uglifycss": "~0.0.5",
"glob": "~3.1",
"mime": "~1.2",
"coffee-script": "~1.3",
"connect": "~2.2",
"commander": "~0.5",
"detective": "~0.2.1"
},
"devDependencies": {
"should": "latest",
"mocha": "latest",
"dox": "latest",
"temp": "latest"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list"
},
"bin": {
"convoy": "./bin/convoy"
}
}