Skip to content

Commit

Permalink
add npm package.json for development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Sep 23, 2012
1 parent 24ef25d commit 20ef0cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
@@ -0,0 +1,13 @@
{
"name": "ember-progressbars",
"version": "0.0.0",
"description": "This component provides Progressbar views for [Ember.js](http://emberjs.com/) that are compatible with [http://twitter.github.com/bootstrap/](Twitter-Bootstrap).",
"main": "index.js",
"scripts": {
"test": "bundle exec rake test"
},
"dependencies": {
"jshint": "0.9.0"
},
"license": "APLv2"
}

0 comments on commit 20ef0cf

Please sign in to comment.