Skip to content

Commit

Permalink
package.json cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Brevoort committed Sep 17, 2013
1 parent f7a9240 commit 5587341
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
@@ -1,13 +1,16 @@
{
"name": "license-spelunker",
"version": "0.0.0",
"description": "",
"version": "0.1.0",
"description": "Find the licenses of all of you node.js dependencies recursively and create a simple report that includes the license details",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/mbrevoort/node-license-spelunker.git"
},
"author": "Mike Brevoort",
"license": "MIT",
"dependencies": {
"async": "~0.2.9"
Expand Down

0 comments on commit 5587341

Please sign in to comment.