Skip to content

Commit

Permalink
* update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Karpich Dmitry committed Jul 28, 2016
1 parent 367dc84 commit 9cfeca0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -10,15 +10,11 @@
"async"
],
"author": "Dmitrii Karpich <meettya@gmail.com>",
"dependencies": {
"core-js": "^2.4.1",
"lodash": "*"
},
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli":"*",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-fast-presets": "0.0.2",
Expand All @@ -29,21 +25,24 @@
"clinch.coffee": "*",
"clinch.js6": "*",
"coffee-script": ">=1.7.0",
"core-js": "^2.4.1",
"jade": "*",
"lodash": "*",
"mocha": "*",
"standard": "^7.1.2",
"uglify-js": "*"
},
"scripts": {
"test": "cake test"
"test": "cake test",
"build_lib": "./node_modules/.bin/babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "https://github.com/Meettya/dendrite.git"
},
"main": "./lib/dendrite",
"engines": {
"node": ">=0.10.0"
"node": ">=0.12.0"
},
"license": "MIT"
}

0 comments on commit 9cfeca0

Please sign in to comment.