{
|
|
"author": "Brett Langdon <brett@blangdon.com> (http://brett.is)",
|
|
"bugs": {
|
|
"url": "https://github.com/brettlangdon/yaps/issues"
|
|
},
|
|
"description": "Yet Another Plugin Server",
|
|
"devDependencies": {
|
|
"coveralls": "~2.2.0",
|
|
"jscoverage": "~0.3.8",
|
|
"mocha": "~1.12.1",
|
|
"mocha-lcov-reporter": "0.0.1",
|
|
"sinon": "~1.7.3"
|
|
},
|
|
"keywords": [
|
|
"http",
|
|
"plugin",
|
|
"server"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "yaps",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brettlangdon/yaps.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|