Skip to content

Commit

Permalink
🔪 package.json warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpool committed Apr 11, 2016
1 parent 6d86e7a commit 384955c
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,36 @@
{
"name": "graphite-promise",
"version": "0.1.0",
"version": "0.1.1",
"description": "A node.js module to interface with Graphite promise style",
"keywords": [
"graphite"
],
"homepage": "https://github.com/ashpool/graphite-promise",
"bugs": {
"url": "https://github.com/ashpool/graphite-promise/issues"
},
"license": "MIT",
"author": "Magnus Ljadas <[email protected]> (https://github.com/ashpool)",
"contributors": {
"name": "Magnus Ljadas <[email protected]> (https://github.com/ashpool)"
},
"main": "./lib/graphite",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/ashpool/graphite-promise.git"
},
"keywords": [
"graphite"
],
"author": "Magnus Ljadas <[email protected]> (https://github.com/ashpool)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashpool/graphite-promise/issues"
"scripts": {
"test": "gulp test"
},
"engines": {
"node": ">=4.2.6"
},
"dependencies": {
"rsvp": "^3.1.0"
},
"homepage": "https://github.com/ashpool/graphite-promise",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
Expand All @@ -32,8 +41,5 @@
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5"
},
"dependencies": {
"rsvp": "^3.1.0"
}
}

0 comments on commit 384955c

Please sign in to comment.