21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"author": "Trevor Burnham (http://trevorburnham.com)",
|
|
"name": "dep-graph",
|
|
"description": "Simple dependency graph management",
|
|
"version": "1.1.0",
|
|
"homepage": "http://github.com/TrevorBurnham/dep-graph",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TrevorBurnham/dep-graph.git"
|
|
},
|
|
"main": "lib/dep-graph.js",
|
|
"dependencies": {
|
|
"underscore": "1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "1.1.2",
|
|
"nodeunit": "0.5.4",
|
|
"watchit": ">=0.0.1"
|
|
}
|
|
}
|