cleanup package.json

master
Jonathan Ong 2014-09-08 01:40:44 -07:00
parent 82acd0d853
commit 54873b53c6
2 changed files with 8 additions and 12 deletions

View File

@ -1,6 +0,0 @@
docs
benchmarks
examples
test
Makefile
coverage

View File

@ -6,10 +6,7 @@
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/koajs/koa"
},
"repository": "koajs/koa",
"keywords": [
"web",
"app",
@ -49,6 +46,11 @@
"make-lint": "^1.0.1"
},
"engines": {
"node": ">= 0.11.9"
}
"node": ">= 0.11.13"
},
"files": [
"lib",
"LICENSE",
"History.md"
]
}