-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.21 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "grassroots",
"private": true,
"version": "0.0.1",
"description": "PubSub for charity resources",
"homepage": "http://dev4good.github.com/grassroots",
"main": "./server.js",
"author": "undefined <undefined>",
"keywords": [
"node"
],
"maintainers": [{
"name": "undefined",
"email": "undefined"
}],
"contributors": [
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"bugs": {
"url": "https://github.com/dev4good/grassroots/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dev4good/grassroots.git"
},
"engines": {
"node": ">= 0.4.0",
"npm": "1"
},
"dependencies": {
"underscore": ">= 0.0.1",
"underscore.string": ">= 0.0.1",
"mongodb": ">= 0.9.9-7",
"redis": ">= 0.7.1",
"coffee-resque": ">= 0.1.4",
"coffee-script": ">= 1.1.3",
"mint": ">= 0.3.0",
"tower": ">= 0.3.0"
},
"devDependencies": {
"stylus": ">= 0.17.0",
"less": ">= 1.2.2",
"uglify-js": ">= 1.1.1",
"pathfinder": ">= 0.3.0",
"async": ">= 0.0.1",
"mocha": ">= 0.12.1",
"chai": ">= 0.3.3",
"sinon": ">= 1.3.1",
"design.io": ">= 0.3.0",
"design.io-javascripts": ">= 0.3.0",
"design.io-stylesheets": ">= 0.3.0",
"knox": ">= 0.0.9",
"gzip": ">= 0.1.0",
"forever": ">= 0.8.5",
"cli-table": ">= 0.0.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha $(find test -name \"*Test.coffee\")",
"prepublish": "npm prune; rm -rf node_modules/*/{test,example,bench}*",
"start": "node server.js -e production"
}
}