UNPKG

grunt-component-build

Version:
57 lines (56 loc) 1.38 kB
{ "name": "grunt-component-build", "description": "Build and watch Components", "version": "0.5.3", "homepage": "https://github.com/anthonyshort/grunt-component-build", "author": { "name": "Anthony Short", "email": "antshort+github@gmail.com" }, "contributors": [ "Antoine Lehurt <keuwah@gmail.com> (https://github.com/kewah)" ], "repository": { "type": "git", "url": "git://github.com/anthonyshort/grunt-component-build.git" }, "bugs": { "url": "https://github.com/anthonyshort/grunt-component-build/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/anthonyshort/grunt-component-build/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "async": "^0.9.0", "component-build": "^1.2.2", "component-resolver": "^1.2.7" }, "devDependencies": { "builder-coffee-script": "^0.1.1", "builder-jade": "^1.0.1", "component": "^1.0.0", "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", "grunt-shell": "^1.1.1" }, "keywords": [ "gruntplugin", "component(1)", "component", "builder.js", "builder2.js" ] }