UNPKG

566 BJSONView Raw
1{
2 "author": "Daniel Hastings Schumann",
3 "name": "loaddir",
4 "description": "Asset watching, handling, compiling, and insertion into page for node.js",
5 "version": "2.0.0",
6 "repository": {
7 "url": "https://github.com/danschumann/loaddir"
8 },
9 "main": "./index",
10 "dependencies": {
11 "underscore": ">=1.5.1",
12 "colors": "0.6.1",
13 "coffee-script": "*",
14 "final-fs": "^1.6.0",
15 "when": "^3.0.0",
16 "debug": "^0.8.1"
17 },
18 "devDependencies": {
19 "jasmine-node": "*"
20 },
21 "optionalDependencies": {},
22 "engines": {
23 "node": "*"
24 }
25}