UNPKG

958 BJSONView Raw
1{
2 "name": "grunt-contrib-coffee",
3 "description": "Compile CoffeeScript files to JavaScript",
4 "version": "0.13.0",
5 "author": {
6 "name": "Grunt Team",
7 "url": "http://gruntjs.com/"
8 },
9 "repository": "gruntjs/grunt-contrib-coffee",
10 "licenses": [
11 {
12 "type": "MIT",
13 "url": "https://github.com/gruntjs/grunt-contrib-coffee/blob/master/LICENSE-MIT"
14 }
15 ],
16 "engines": {
17 "node": ">=0.10.0"
18 },
19 "scripts": {
20 "test": "grunt test"
21 },
22 "dependencies": {
23 "chalk": "^0.5.1",
24 "coffee-script": "~1.9.1",
25 "lodash": "^3.1.0",
26 "uri-path": "0.0.2"
27 },
28 "devDependencies": {
29 "grunt": "^0.4.5",
30 "grunt-cli": "^0.1.13",
31 "grunt-contrib-clean": "^0.6.0",
32 "grunt-contrib-internal": "^0.4.6",
33 "grunt-contrib-jshint": "^0.11.0",
34 "grunt-contrib-nodeunit": "^0.4.1"
35 },
36 "peerDependencies": {
37 "grunt": ">=0.4.0"
38 },
39 "keywords": [
40 "gruntplugin"
41 ],
42 "files": [
43 "tasks"
44 ]
45}