diff --git a/README.md b/README.md index ea3f96c..e7b0d19 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ which completes it's tween in a given amount of frames (stretched over the duration of the animation) and `Khan.Loop` which executes a given amount of frames over and over. +## Contributing +1. Fork the Repo +2. Install everything with `npm install` +3. Run `grunt test` to run the test suite +4. Make a new branch, test, pull request, you know the drill + ## Contributors [Stephen Prater](https://github.com/stephenprater) diff --git a/package.json b/package.json index 746884b..ac105fd 100644 --- a/package.json +++ b/package.json @@ -8,19 +8,21 @@ "test": "test" }, "devDependencies": { + "bower": "~1.3.12", + "chai": "~1.9.1", + "coffee-script": "*", "grunt": "*", "grunt-cli": "*", "grunt-contrib-coffee": "*", - "grunt-contrib-uglify": "*", "grunt-contrib-copy": "*", - "jsdom": "*", - "coffee-script": "*", + "grunt-contrib-uglify": "*", "grunt-mocha-test": "~0.10.2", - "sinon": "~1.9.1", - "chai": "~1.9.1" + "jsdom": "*", + "sinon": "~1.9.1" }, "scripts": { - "test": "grunt test" + "test": "grunt test", + "postinstall": "./node_modules/bower/bin/bower install" }, "repository": { "type": "git",