зеркало из https://github.com/Azure/tripwire.git
30 строки
804 B
JSON
30 строки
804 B
JSON
{
|
|
"name": "tripwire",
|
|
"author": {
|
|
"name": "Tomasz Janczuk <tomasz@janczuk.org>",
|
|
"url": "http://tomasz.janczuk.org",
|
|
"twitter": "tjanczuk"
|
|
},
|
|
"version": "0.7.0-pre",
|
|
"description": "Break out from scripts blocking node.js event loop",
|
|
"tags" : ["event loop", "hang"],
|
|
"main": "./lib/tripwire.js",
|
|
"engines": { "node": "0.6.x" },
|
|
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.2.0"
|
|
},
|
|
"homepage": "https://github.com/tjanczuk/tripwire",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:tjanczuk/tripwire.git"
|
|
},
|
|
"bugs" : {
|
|
"url" : "http://github.com/tjanczuk/tripwire/issues"
|
|
},
|
|
"scripts": {
|
|
"install": "node checkplatform.js"
|
|
}
|
|
} |