{ "name": "prism", "version": "0.1.1", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/Zolmeister/prism.git" }, "devDependencies": { "grunt": "^0.4.4", "grunt-banner": "^0.2.2", "grunt-contrib-compress": "^0.7.0", "grunt-contrib-copy": "^0.5.0", "grunt-contrib-cssmin": "^0.9.0", "grunt-contrib-uglify": "^0.4.0", "grunt-contrib-watch": "^0.6.1", "grunt-cruncher": "^1.3.0", "lodash": "~2.4.1" }, "dependencies": { "express": "~3.4.8", "grunt-concat-sourcemap": "^0.4.1" } }