Skip to content

Commit

Permalink
update 0.7.0 after changing license
Browse files Browse the repository at this point in the history
  • Loading branch information
mboughaba committed May 30, 2015
1 parent 09b57ca commit 4af1774
Showing 1 changed file with 51 additions and 49 deletions.
100 changes: 51 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,54 @@
{
"name": "etcjs",
"version": "0.6.1",
"private": false,
"description": "Simple stupid node.js configuration module",
"main": "lib/config",
"scripts": {
"start": "node bin/init",
"test": "mocha",
"test-watch": "mocha --opts ./test/mocha-watch.opts",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly",
"lint": "jshint ."
},
"engines": {
"node": ">=0.12.3"
},
"author": "Mohamed Boughaba <[email protected]>",
"contributors": [{
"name": "Mohamed Boughaba",
"email": "[email protected]"
}],
"license": "MIT",
"dependencies": {
"debug": "^2.2.0"
},
"devDependencies": {
"growl": "^1.8.1",
"istanbul": "^0.3.14",
"mocha": "^2.2.5",
"precommit-hook": "latest",
"should": "^6.0.3"
},
"keywords": [
"etc",
"js",
"configuration",
"node",
"simple"
],
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/mboughaba/etcjs.git"
},
"bugs": {
"url": "https://github.com/mboughaba/etcjs/issues"
"name": "etcjs",
"version": "0.7.0",
"private": false,
"description": "Simple stupid node.js configuration module",
"main": "lib/config",
"scripts": {
"start": "node bin/init",
"test": "mocha",
"test-watch": "mocha --opts ./test/mocha-watch.opts",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly",
"lint": "jshint ."
},
"engines": {
"node": ">=0.12.3"
},
"author": "Mohamed Boughaba <[email protected]>",
"contributors": [
{
"name": "Mohamed Boughaba",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"debug": "^2.2.0"
},
"devDependencies": {
"growl": "^1.8.1",
"istanbul": "^0.3.14",
"mocha": "^2.2.5",
"precommit-hook": "latest",
"should": "^6.0.3"
},
"keywords": [
"etc",
"js",
"configuration",
"node",
"simple"
],
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/mboughaba/etcjs.git"
},
"bugs": {
"url": "https://github.com/mboughaba/etcjs/issues"
}
}

0 comments on commit 4af1774

Please sign in to comment.