Files
ola5doc/publi/node_modules/liftoff/package.json
T

81 lines
2.0 KiB
JSON

{
"_from": "liftoff@^2.1.0",
"_id": "liftoff@2.4.0",
"_inBundle": false,
"_integrity": "sha1-H7M+brKLAnx71TrSLr/JGlHm758=",
"_location": "/liftoff",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "liftoff@^2.1.0",
"name": "liftoff",
"escapedName": "liftoff",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/gulp"
],
"_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.4.0.tgz",
"_shasum": "1fb33e6eb28b027c7bd53ad22ebfc91a51e6ef9f",
"_spec": "liftoff@^2.1.0",
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/gulp",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"bugs": {
"url": "https://github.com/js-cli/js-liftoff/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {
"extend": "^3.0.0",
"findup-sync": "^2.0.0",
"fined": "^1.0.1",
"flagged-respawn": "^0.3.2",
"is-plain-object": "^2.0.4",
"object.map": "^1.0.0",
"rechoir": "^0.6.2",
"resolve": "^1.1.7"
},
"deprecated": false,
"description": "Launch your command line tool with ease.",
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"istanbul": "^0.4.3",
"jscs": "^2.11.0",
"jshint": "^2.9.2",
"mocha": "^2.4.5",
"nyc": "^11.2.1",
"sinon": "~1.17.4"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"index.js",
"lib",
"LICENSE"
],
"homepage": "https://github.com/js-cli/js-liftoff#readme",
"keywords": [
"command line"
],
"license": "MIT",
"main": "index.js",
"name": "liftoff",
"repository": {
"type": "git",
"url": "git+https://github.com/js-cli/js-liftoff.git"
},
"scripts": {
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
"test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
},
"version": "2.4.0"
}