Skip to content

Commit

Permalink
package.json define npm repo server
Browse files Browse the repository at this point in the history
  • Loading branch information
Fannon committed Sep 28, 2016
1 parent 13d5ff8 commit d4aa8d4
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"url": "http://www.fannon.de"
},
"repository": "Fannon/semlog",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"main": "index.js",
"keywords": [
Expand All @@ -24,19 +27,19 @@
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "0.3.1",
"codeclimate-test-reporter": "0.3.3",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-documentation": "^1.1.2",
"grunt-eslint": "^18.0.0",
"grunt-jscs": "^2.8.0",
"grunt-mocha-cli": "^2.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-release": "^0.13.0",
"istanbul": "^0.4.3",
"load-grunt-tasks": "^3.4.1",
"mocha": "^2.4.5",
"time-grunt": "^1.3.0"
"grunt-documentation": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-cli": "^2.1.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-release": "^0.14.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.1.0",
"time-grunt": "^1.4.0"
},
"scripts": {
"test": "grunt"
Expand Down

0 comments on commit d4aa8d4

Please sign in to comment.