cleanup package.json

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