1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "gulp-coffee",
"description": "Compile CoffeeScript files",
"version": "2.2.0",
"homepage": "http://github.com/wearefractal/gulp-coffee",
"repository": {
"type": "git",
"url": "git://github.com/wearefractal/gulp-coffee.git"
},
"author": {
"name": "Fractal",
"email": "contact@wearefractal.com",
"url": "http://wearefractal.com/"
},
"main": "./index.js",
"keywords": [
"gulpplugin"
],
"dependencies": {
"coffee-script": "~1.8.0",
"through2": "^0.6.1",
"gulp-util": "^3.0.0",
"merge": "^1.1.3",
"vinyl-sourcemaps-apply": "~0.1.1"
},
"devDependencies": {
"gulp-sourcemaps": "^1.1.1",
"mocha": "^1.21.4",
"should": "^4.0.4"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.9.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/gulp-coffee/raw/master/LICENSE"
}
],
"gitHead": "1f86925caf14227dbf255b727bef141d1303306c",
"bugs": {
"url": "https://github.com/wearefractal/gulp-coffee/issues"
},
"_id": "gulp-coffee@2.2.0",
"_shasum": "261fba53a28cf9c3ca8157bcdc49a39a7ed668aa",
"_from": "gulp-coffee@^2.2.0",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "fractal",
"email": "contact@wearefractal.com"
},
"maintainers": [
{
"name": "fractal",
"email": "contact@wearefractal.com"
}
],
"dist": {
"shasum": "261fba53a28cf9c3ca8157bcdc49a39a7ed668aa",
"tarball": "http://registry.npmjs.org/gulp-coffee/-/gulp-coffee-2.2.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-coffee/-/gulp-coffee-2.2.0.tgz",
"readme": "ERROR: No README data found!"
}