UNPKG

971 BJSONView Raw
1{
2 "name": "caching-coffeeify",
3 "version": "0.5.1",
4 "description": "A coffeeify version that caches previously compiled coffee-script to optimize the coffee-script compilation step.",
5 "main": "caching-coffeeify.js",
6 "scripts": {
7 "test": "tap test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/thlorenz/caching-coffeeify.git"
12 },
13 "homepage": "https://github.com/thlorenz/caching-coffeeify",
14 "dependencies": {
15 "coffeeify": "^1.0.0",
16 "through": "^2.3.6"
17 },
18 "devDependencies": {
19 "browserify": "^6.3.2",
20 "coffee-script": "^1.8.0",
21 "convert-source-map": "~0.3.4",
22 "tap": "~0.4.11"
23 },
24 "keywords": [
25 "coffee-script",
26 "browserify",
27 "v2",
28 "js",
29 "plugin",
30 "transform",
31 "cache",
32 "optimize"
33 ],
34 "author": {
35 "name": "Thorsten Lorenz",
36 "email": "thlorenz@gmx.de",
37 "url": "http://thlorenz.com"
38 },
39 "license": "MIT",
40 "engine": {
41 "node": ">=0.6"
42 }
43}