UNPKG

499 BJSONView Raw
1{
2 "name": "coffee-cache",
3 "author": "Doug Patti <douglas.patti@gmail.com>",
4 "description": "Caches the contents of required CoffeeScript files so that they are not recompiled to help improve startup time",
5 "version": "1.0.2",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/FogCreek/node-coffee-cache.git"
9 },
10 "main": "./lib/coffee-cache",
11 "keywords": ["coffee", "cache", "filesystem", "startup"],
12 "dependencies": {
13 "mkpath": "0.1.0"
14 },
15 "license": "MIT"
16}