package.json in robeaux-0.1.1 vs package.json in robeaux-0.2.0

- old
+ new

@@ -1,16 +1,18 @@ { "name": "robeaux", - "version": "0.1.1", - "description": "An AngularJS interface for the Cylon.js API", + "version": "0.2.0", + "description": "An AngularJS interface for the CPPP-IO API spec", "homepage": "http://cylonjs.com", - "bugs": "https://github.com/hybridgroup/cylon/issues", - + "bugs": "https://github.com/hybridgroup/robeaux/issues", "author": "The Hybrid Group <cylonjs@hybridgroup.com>", - "repository": { "type": "git", "url": "https://github.com/hybridgroup/robeaux" }, - - "license": "Apache 2.0" + "license": "Apache 2.0", + "devDependencies": { + "karma": "~0.12.16", + "karma-phantomjs-launcher": "~0.1", + "karma-jasmine": "~0.1.5" + } }