lib/api_browser/package.json in praxis-0.13.0 vs lib/api_browser/package.json in praxis-0.14.0

- old
+ new

@@ -1,30 +1,41 @@ { "name": "api_doc_browser", - "version": "0.0.0", - "description": "", + "version": "0.13.0", + "description": "Praxis API Browser app", + "repository": "https://github.com/rightscale/praxis", + "private": true, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "node_modules/.bin/grunt ci" }, "author": "", "license": "BSD", - "devDependencies": { + "dependencies": { "grunt": "~0.4.2", "grunt-angular-templates": "^0.5.5", + "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-concat": "^0.4.0", "grunt-contrib-connect": "^0.7.1", "grunt-contrib-copy": "^0.5.0", "grunt-contrib-cssmin": "^0.9.0", "grunt-contrib-uglify": "^0.4.0", "grunt-contrib-watch": "~0.5.3", "grunt-file-blocks": "^0.3.0", "grunt-filerev": "^0.2.1", "grunt-ngmin": "0.0.3", - "grunt-sass": "^0.12.1", + "grunt-sass": "^0.17.0", "grunt-usemin": "^2.1.1", "grunt-wiredep": "^1.7.0", - "load-grunt-tasks": "^0.4.0", - "requirejs": "^2.1.13", + "load-grunt-tasks": "^0.4.0" + }, + "devDependencies": { + "grunt-contrib-jshint": "^0.11.0", + "grunt-karma": "^0.10.1", + "jasmine-core": "^2.2.0", + "karma": "^0.12.31", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "quick_check": "^0.4.2", "time-grunt": "^0.3.1" } }