Update package.json

This commit is contained in:
Sébastien Chopin 2017-01-11 20:17:12 +01:00 committed by GitHub
parent 828d994a0d
commit 46676eb5c5

View File

@ -1,8 +1,7 @@
{ {
"name": "with-featherjs", "name": "with-featherjs",
"description": "Nuxt.js with FeatherJS", "description": "Nuxt.js with FeatherJS",
"version": "0.0.0", "version": "1.0.0",
"homepage": "",
"main": "src/", "main": "src/",
"keywords": [ "keywords": [
"feathers" "feathers"
@ -12,9 +11,6 @@
"author": {}, "author": {},
"contributors": [], "contributors": [],
"bugs": {}, "bugs": {},
"engines": {
"node": ">= 0.12.0"
},
"scripts": { "scripts": {
"test": "npm run jshint && npm run mocha", "test": "npm run jshint && npm run mocha",
"jshint": "jshint src/. test/. --config", "jshint": "jshint src/. test/. --config",
@ -36,7 +32,7 @@
"feathers-rest": "^1.6.0", "feathers-rest": "^1.6.0",
"feathers-socketio": "^1.4.2", "feathers-socketio": "^1.4.2",
"nedb": "^1.8.0", "nedb": "^1.8.0",
"nuxt": "^0.9.5", "nuxt": "latest",
"passport": "^0.3.2", "passport": "^0.3.2",
"winston": "^2.3.0" "winston": "^2.3.0"
}, },