wallet-core/node_modules/liftoff/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "liftoff",
2018-09-20 02:56:13 +02:00
"version": "2.5.0",
2016-11-03 01:33:53 +01:00
"description": "Launch your command line tool with ease.",
2018-09-20 02:56:13 +02:00
"author": "Tyler Kellen (http://goingslowly.com/)",
"contributors": [],
"repository": "js-cli/js-liftoff",
2016-11-03 01:33:53 +01:00
"license": "MIT",
"engines": {
"node": ">= 0.8"
},
2018-09-20 02:56:13 +02:00
"main": "index.js",
"files": [
"index.js",
"lib",
"LICENSE"
],
2016-11-03 01:33:53 +01:00
"scripts": {
2018-09-20 02:56:13 +02:00
"test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index",
"cover": "nyc --reporter=lcov --reporter=text-summary npm test"
},
"dependencies": {
"extend": "^3.0.0",
"findup-sync": "^2.0.0",
"fined": "^1.0.1",
"flagged-respawn": "^1.0.0",
"is-plain-object": "^2.0.4",
"object.map": "^1.0.0",
"rechoir": "^0.6.2",
"resolve": "^1.1.7"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
"chai": "^3.5.0",
2018-09-20 02:56:13 +02:00
"coffeescript": "^1.10.0",
"jscs": "^3.0.7",
2016-10-10 03:43:44 +02:00
"jshint": "^2.9.2",
2018-09-20 02:56:13 +02:00
"mocha": "^3.5.3",
"nyc": "^11.2.1",
2016-10-10 03:43:44 +02:00
"sinon": "~1.17.4"
},
"keywords": [
"command line"
2018-09-20 02:56:13 +02:00
]
2016-10-10 03:43:44 +02:00
}