UNPKG

grill

Version:
50 lines (47 loc) 1.02 kB
{ "name": "grill", "description": "Grill", "keywords": [ "grill", "mincer", "grunt", "bower" ], "version": "1.0.0-rc.4", "author": "Boris Staal <boris@staal.io>", "homepage": "https://github.com/joosy/grill", "main": "./lib/grill", "repository": { "type": "git", "url": "git://github.com/joosy/grill.git" }, "scripts": { "test": "grunt mochaTest" }, "engines": { "node": ">=0.8.0" }, "dependencies": { "coffee-script": "~1.6.3", "bower": "~1.2.1", "mincer": ">= 1.1.0", "express": "~3.4.0", "proxy-middleware": "~0.5.0", "gzippo": "~0.2.0", "grunt-contrib-testem": ">=0.3.0", "grunt": "~0.4.1", "commander": "~1.2.0" }, "devDependencies": { "haml-coffee": "~1.11.4", "stylus": "~0.47.1", "nib": "~1.0.0", "grunt": "~0.4.1", "grunt-coffeelint": "0.0.7", "grunt-release": "~0.6.0", "chai": "~1.7.2", "mocha": "~1.12.0", "grunt-mocha-test": "~0.6.3", "sinon": "~1.7.3" } }