Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Feb 17, 2016
1 parent 657e770 commit 172db68
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "d3-jetpack",
"version": "1.0.0",
"description": "d3-jetpack is a set of nifty convenience wrappers that speed up your daily work with d3.js",
"main": "d3-jetpack.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gka/d3-jetpack.git"
},
"keywords": [
"d3"
],
"author": "Gregor Aisch",
"license": "ISC",
"bugs": {
"url": "https://github.com/gka/d3-jetpack/issues"
},
"homepage": "https://github.com/gka/d3-jetpack#readme",
"contributors": [{
"name": "Gregor Aisch",
"email": "[email protected]"
"url": "http://driven-by-data.net/"
}, {
"name": "Adam Pearce",
"url": "http://roadtolarissa.com/"
}]
}

0 comments on commit 172db68

Please sign in to comment.