Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leowang721 committed Mar 14, 2017
1 parent c719355 commit 735773d
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"name": "k-core",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"author": {
"name": "Leo Wang",
"email": "leowang721@gmail.com",
"url": "http://leowang721.github.io"
},
"contributors": [],
"dependencies": {
"bluebird": "^3.5.0",
"eventemitter3": "^2.0.2"
},
"main": "lib/main",
"files": ["lib"],
"description": "A simple support lib for k-* to use",
"homepage": "https://github.com/leowang721/k-core",
"repository": "git://github.com/leowang721/k-core",
"keywords": [
"library",
"application",
"framework",
"middleware"
],
"dependencies": {
"bluebird": "^3.5.0",
"eventemitter3": "^2.0.2"
},
"devDependencies": {
"babel-plugin-istanbul": "^4.0.0",
"babel-polyfill": "^6.23.0",
Expand All @@ -28,6 +33,9 @@
"mocha": "^3.2.0",
"nyc": "^10.1.2"
},
"engines": {
"node": ">= 7.6.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel-register --require babel-polyfill",
"cover": "NODE_ENV=test node_modules/.bin/nyc node_modules/.bin/mocha",
Expand Down

0 comments on commit 735773d

Please sign in to comment.