2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "flagged-respawn",
|
|
|
|
"description": "A tool for respawning node binaries when special flags are present.",
|
|
|
|
"version": "0.3.2",
|
|
|
|
"homepage": "https://github.com/js-cli/js-flagged-respawn",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Tyler Kellen",
|
|
|
|
"url": "http://goingslowly.com/"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/js-cli/js-flagged-respawn.git"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/js-cli/js-flagged-respawn/issues"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/js-cli/js-flagged-respawn/blob/master/LICENSE"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"respawn": "node test/bin/respawner --harmony test",
|
2016-11-03 01:33:53 +01:00
|
|
|
"nospawn": "node test/bin/respawner test",
|
2016-10-10 03:43:44 +02:00
|
|
|
"test": "mocha -R spec test"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.8.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"respawn flags"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "~1.9.1",
|
|
|
|
"mocha": "~1.21.4",
|
|
|
|
"v8flags": "~1.0.1"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|