Skip to content

Commit

Permalink
Add initial package configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Jul 3, 2013
1 parent b822fcb commit a197bae
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
@@ -0,0 +1,31 @@
{
"name": "miniconf",
"private": false,
"version": "0.1.0",
"author": "Simo Kinnunen <simo@shoqolate.com>",
"main": "./index",
"scripts": {
"test": "grunt test"
},
"dependencies": {
},
"devDependencies": {
"coffee-script": "1.6.2",
"grunt": "0.4.1",
"grunt-cli": "0.1.7",
"grunt-notify": "0.2.3",
"grunt-contrib-coffee": "0.6.6",
"grunt-contrib-watch": "0.3.1",
"grunt-coffeelint": "0.0.6",
"grunt-jsonlint": "1.0.0",
"grunt-exec": "0.4.0",
"mocha": "1.9.0",
"chai": "1.5.0",
"sinon": "1.6.0",
"sinon-chai": "2.4.0"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.1"
}
}

0 comments on commit a197bae

Please sign in to comment.