Yet Another Plugin Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
716 B

{
"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"
}