lifecycle-node
Version:
Lifecycle bindings for Node.js
33 lines (32 loc) • 729 B
JSON
{
"name": "lifecycle-node",
"version": "1.0.1",
"description": "Lifecycle bindings for Node.js",
"main": "lib/lifecycle.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/TeamLifecycle/lifecycle-node.git"
},
"keywords": [
"Lifecycle",
"api",
"node"
],
"author": "Lifecycle <hello@lifecycle.io> (https://www.lifecycle.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamLifecycle/lifecycle-node/issues"
},
"homepage": "https://github.com/TeamLifecycle/lifecycle-node",
"dependencies": {
"request": "^2.61.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5",
"nock": "^2.10.0"
}
}