-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
33 lines (33 loc) · 1012 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
{ "name": "meteorite"
, "version": "0.9.3"
, "homepage": "http://oortcloud.github.com/meteorite"
, "engines": [ "node >=0.8.0" ]
, "description": "Installer & smart package manager for Meteor"
, "author": "Tom Coleman <[email protected]> (http://percolatestudio.com), Mike Bannister <[email protected]> (http://po.ssibiliti.es)"
, "dependencies":
{ "ddp": ">=0.3.1 <0.5.0"
, "underscore": "1.3.3"
, "wrench": "1.3.9"
, "fstream": ">=0.1.18"
, "optimist": ">=0.3.4"
, "prompt": "0.2.11"
, "colors": "0.6.0-1"
, "async": "0.2.9"
, "rolling_timeout_exec": ">=0.0.1"
}
, "devDependencies":
{ "mocha": ">=1.2.2"
, "connect": ">=2.3.6"
, "which": ">=1.0.5"
}
, "scripts":
{ "test": "mocha spec/unit spec/acceptance -t 240000 -R spec"
, "flushcache": "rm -rf spec/support/cache"
, "postinstall": "sh ./completions/postinstall.sh"
}
, "repository":
{ "type" : "git"
, "url" : "https://github.com/oortcloud/meteorite.git"
}
, "bin" : { "mrt" : "./bin/mrt.js" }
}