package.json in robeaux-0.2.0 vs package.json in robeaux-0.3.0
- old
+ new
@@ -1,18 +1,21 @@
{
"name": "robeaux",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "An AngularJS interface for the CPPP-IO API spec",
"homepage": "http://cylonjs.com",
"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",
"devDependencies": {
+ "grunt": "^0.4.5",
+ "grunt-contrib-less": "^0.12.0",
+ "grunt-contrib-watch": "^0.6.1",
"karma": "~0.12.16",
- "karma-phantomjs-launcher": "~0.1",
- "karma-jasmine": "~0.1.5"
+ "karma-jasmine": "~0.1.5",
+ "karma-phantomjs-launcher": "~0.1"
}
}