UNPKG

860 BJSONView Raw
1{ "name": "meteorite"
2, "version": "0.6.11"
3, "homepage": "http://oortcloud.github.com/meteorite"
4, "engines": [ "node >=0.8.0" ]
5, "description": "Installer & smart package manager for Meteor"
6, "author": "Mike Bannister <notimpossiblemike@gmail.com> (http://po.ssibiliti.es)"
7, "dependencies":
8 { "ddp": ">=0.3.1"
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 }
16, "devDependencies":
17 { "mocha": ">=1.2.2"
18 , "connect": ">=2.3.6"
19 }
20, "scripts":
21 { "test": "mocha spec/unit spec/acceptance -t 240000 -R spec"
22 , "flushcache": "rm -rf spec/support/cache"
23 , "postinstall": "sh ./completions/postinstall.sh"
24 }
25, "repository":
26 { "type" : "git"
27 , "url" : "https://github.com/oortcloud/meteorite.git"
28 }
29, "bin" : { "mrt" : "./bin/mrt.js" }
30}