Skip to content

Commit

Permalink
Add a package.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jan 28, 2016
1 parent 8750fb4 commit 7f1ef3e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "arson",
"version": "0.1.0",
"description": "ARbitrarily Structured Object Notation",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/benjamn/arson.git"
},
"author": "Ben Newman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/benjamn/arson/issues"
},
"homepage": "https://github.com/benjamn/arson#readme"
}

0 comments on commit 7f1ef3e

Please sign in to comment.