{ "name": "bismarck", "version": "0.0.0", "description": "", "main": "lib/bismarck.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "browserify": "^6.1.0", "coffeeify": "^0.7.0", "grunt": "^0.4.5", "grunt-browserify": "^3.1.0", "grunt-concurrent": "^1.0.0", "grunt-contrib-coffee": "^0.11.1", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-uglify": "^0.6.0", "grunt-contrib-watch": "^0.6.1", "grunt-karma": "^0.9.0", "karma": "^0.12.23", "karma-bro": "^0.8.0", "karma-chrome-launcher": "^0.1.4", "karma-coffee-preprocessor": "^0.2.1", "karma-firefox-launcher": "^0.1.3", "karma-jasmine": "~0.2.2", "karma-phantomjs-launcher": "^0.1.4", "matchdep": "^0.3.0" }, "dependencies": { "q": "^1.0.1", "underscore": "^1.7.0", "xml2js": "^0.4.4" } }