forked from oortcloud/meteorite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 860 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
{ "name": "meteorite"
, "version": "0.6.12"
, "homepage": "http://oortcloud.github.com/meteorite"
, "engines": [ "node >=0.8.0" ]
, "description": "Installer & smart package manager for Meteor"
, "author": "Mike Bannister <[email protected]> (http://po.ssibiliti.es)"
, "dependencies":
{ "ddp": ">=0.3.1"
, "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"
}
, "devDependencies":
{ "mocha": ">=1.2.2"
, "connect": ">=2.3.6"
}
, "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" }
}