{ "name": "yellowlabtools", "version": "1.1.0", "repository": { "type": "git", "url": "git://github.com/gmetais/YellowLabTools.git" }, "bin": { "ylt": "./bin/cli.js" }, "main": "./lib/yellowlabtools.js", "dependencies": { "async": "~0.9.0", "body-parser": "~1.10.0", "compression": "~1.2.2", "debug": "~2.1.0", "express": "~4.10.6", "phantomas": "1.8.0", "rimraf": "~2.2.8", "q": "~1.1.2" }, "devDependencies": { "chai": "^1.10.0", "grunt": "^0.4.5", "grunt-blanket": "^0.0.8", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-less": "^0.12.0", "grunt-express": "^1.4.1", "grunt-fontsmith": "^0.9.1", "grunt-mocha-test": "^0.12.4", "matchdep": "^0.3.0", "mocha": "^2.1.0", "phantomjs": "^1.9.13", "request": "^2.51.0", "sinon": "^1.12.1", "sinon-chai": "^2.6.0" }, "scripts": { "test": "grunt test" } }