Skip to content

Commit

Permalink
upgrade package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetrefoil committed Oct 11, 2012
1 parent 7d00b6d commit d8ff823
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Expand Up @@ -8,16 +8,27 @@
"url":"https://github.com/whitetrefoil/Xlsx2Json_node.git"
},
"author":"WhiteTrefoil <whitetrefoil@gmail.com> (https://www.whitetrefoil.com)",
"license":"BSD",
"license":"MIT",
"main":"./bin/xlsx2json",
"bin":{
"xlsx2json":"./bin/xlsx2json"
},
"directories":{
"lib":"./lib"
},
"dependencies":{
"sax":"*"
},
"devDependencies":{
"mocha":"*",
"chai":"*",
"coffee-script":"*",
"docco":"*",
"rimraf":"*",
"which":"*"
},
"scripts":{
"test":"coffee ./test/xlsx2json.coffee"
"test":"mocha --compilers coffee:coffee-script"
},
"engines":{
"node":">=0.8.8"
Expand Down

0 comments on commit d8ff823

Please sign in to comment.