-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 814 Bytes
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
{
"name": "coffee-graph",
"description": "CoffeeScript build tool for ordering multi-file dependencies",
"keywords": ["javascript", "coffeescript", "coffeegraph", "graph", "compiler", "build", "tool", "order", "dependencies"],
"author": "Matt Bolt",
"version": "0.1.1",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/mbolt35/coffee-graph/master/LICENSE"
}],
"engines": {
"node": ">=0.7.1"
},
"directories" : {
"lib" : "./bin/jar"
},
"bin" : "./bin/coffee-graph",
"homepage": "http://mattbolt.blogspot.com",
"bugs": "https://github.com/mbolt35/coffee-graph/issues",
"repository": {
"type": "git",
"url": "git://github.com/mbolt35/coffee-graph.git"
},
"preferGlobal" : "true"
}