Skip to content

Commit

Permalink
devDependencies and scripts.test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Dec 19, 2012
1 parent 079c9d4 commit 516f91f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -8,6 +8,13 @@
"type": "git",
"url": "http://github.com/creationix/jsonparse.git"
},
"devDependencies": {
"tape": "~0.1.1",
"tap": "~0.3.3"
},
"scripts": {
"test": "tap test/*.js"
},
"bugs": "http://github.com/creationix/jsonparse/issues",
"engines": ["node >= 0.2.0"],
"license": "MIT",
Expand Down

0 comments on commit 516f91f

Please sign in to comment.