UNPKG

grunt-contrib-coffee

Version:
42 lines (41 loc) 870 B
{ "name": "grunt-contrib-coffee", "description": "Compile CoffeeScript files to JavaScript", "version": "2.1.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-coffee", "license": "MIT", "engines": { "node": ">=8" }, "main": "tasks/coffee.js", "scripts": { "test": "grunt test" }, "dependencies": { "chalk": "^2.4.2", "coffeescript": "^2.3.2", "lodash": "^4.17.11", "uri-path": "^1.0.0" }, "devDependencies": { "grunt": "^1.0.3", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-internal": "^3.1.0", "grunt-contrib-jshint": "^2.0.0", "grunt-contrib-nodeunit": "^2.0.0" }, "peerDependencies": { "grunt": ">=0.4.5" }, "keywords": [ "gruntplugin" ], "files": [ "tasks" ], "appveyor_id": "ns3waxwcw8ddcr3f" }