UNPKG

1.07 kBJSONView Raw
1{
2 "name": "grunt-coffee-build",
3 "description": "Compiles Coffeescript files, optionally merging and generating source maps.",
4 "version": "0.0.5",
5 "homepage": "https://github.com/tarruda/grunt-coffee-build",
6 "author": {
7 "name": "Thiago de Arruda",
8 "email": "tpadilha84@gmail.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/tarruda/grunt-coffee-build.git"
13 },
14 "bugs": {
15 "url": "https://github.com/tarruda/grunt-coffee-build/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/tarruda/grunt-coffee-build/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "Gruntfile.coffee",
24 "engines": {
25 "node": ">= 0.8.0"
26 },
27 "scripts": {
28 "test": "grunt test"
29 },
30 "devDependencies": {
31 "grunt-contrib-clean": "~0.4.0",
32 "grunt": "~0.4.1",
33 "source-map-support": "~0.2.1"
34 },
35 "peerDependencies": {
36 "grunt": "~0.4.1"
37 },
38 "keywords": [
39 "gruntplugin"
40 ],
41 "dependencies": {
42 "source-map": "~0.1.27",
43 "coffee-script": "~1.6.3",
44 "uglify-js": "~2.3.6"
45 }
46}