{ "name": "renderjs", "version": "0.25.0", "description": "RenderJs provides HTML5 gadgets", "main": "dist/renderjs-latest.js", "dependencies": { "rsvp": "git+https://lab.nexedi.com/nexedi/rsvp.js.git" }, "devDependencies": { "URIjs": "~1.12.x", "connect-livereload": "~0.3.0", "grunt": "~0.4.1", "grunt-cli": "~0.1.11", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-qunit": "~0.3.0", "grunt-contrib-watch": "~0.5.3", "grunt-curl": "~1.2.1", "grunt-jslint": "1.1.14", "grunt-open": "~0.2.2", "sinon": "~1.7.3" }, "scripts": { "test": "./node_modules/.bin/grunt test", "lint": "./node_modules/.bin/grunt lint", "prepublish": "./node_modules/.bin/grunt build" }, "keywords": [ "component", "html5" ], "author": "Nexedi SA", "license": "LGPL 3" }