spirit
Version:
extensible web library for building applications & frameworks
45 lines (44 loc) • 874 B
JSON
{
"name": "spirit",
"version": "0.6.1",
"description": "extensible web library for building applications & frameworks",
"main": "index.js",
"scripts": {
"prepublish": "make release",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:spirit-js/spirit.git"
},
"keywords": [
"express",
"web",
"http",
"framework",
"api",
"rack",
"rest",
"spirit"
],
"files": [
"docs",
"index.js",
"lib"
],
"author": "hnry",
"license": "ISC",
"homepage": "https://github.com/spirit-js/spirit",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"gitbook-cli": "^2.3.0",
"istanbul": "^1.0.0-alpha.2",
"jasmine": "2.8.x"
},
"dependencies": {
"bluebird": "3.5.x",
"mime": "1.3.x"
}
}