UNPKG

1.01 kBJSONView Raw
1{ "name": "meteorite"
2, "version": "0.7.7"
3, "homepage": "http://oortcloud.github.com/meteorite"
4, "engines": [ "node >=0.8.0" ]
5, "description": "Installer & smart package manager for Meteor"
6, "author": "Tom Coleman <tom@percolatestudio.com> (http://percolatestudio.com), Mike Bannister <notimpossiblemike@gmail.com> (http://po.ssibiliti.es)"
7, "dependencies":
8 { "ddp": ">=0.3.1 <0.5.0"
9 , "underscore": "1.3.3"
10 , "wrench": "1.3.9"
11 , "fstream": ">=0.1.18"
12 , "optimist": ">=0.3.4"
13 , "prompt": "0.2.11"
14 , "colors": "0.6.0-1"
15 , "async": "0.2.9"
16 , "rolling_timeout_exec": ">=0.0.1"
17 }
18, "devDependencies":
19 { "mocha": ">=1.2.2"
20 , "connect": ">=2.3.6"
21 , "which": ">=1.0.5"
22 }
23, "scripts":
24 { "test": "mocha spec/unit spec/acceptance -t 240000 -R spec"
25 , "flushcache": "rm -rf spec/support/cache"
26 , "postinstall": "sh ./completions/postinstall.sh"
27 }
28, "repository":
29 { "type" : "git"
30 , "url" : "https://github.com/oortcloud/meteorite.git"
31 }
32, "bin" : { "mrt" : "./bin/mrt.js" }
33}