-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
33 lines (33 loc) · 967 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
{
"name": "capt",
"description": "Command line tool for creating backbone.js applications with coffeescript",
"version": "0.5.6",
"keywords": ["jst", "templates", "rest", "backbone", "jquery", "zepto", "framework", "coffeescript", "less", "underscore"],
"homepage": "http://bnolan.github.com/capt/",
"author": "Ben Nolan <[email protected]>, twitter: @bnolan",
"licenses": [{
"type": "MIT",
"url": "http://github.com/brunch/brunch/raw/master/LICENSE"
}],
"directories" : {
"lib" : "./lib"
},
"main" : "./lib/brunch",
"bin": {
"capt": "./bin/capt"
},
"dependencies": {
"coffee-script": "= 1.0.1",
"less": ">=1.0.41",
"glob": ">=2.0.6",
"jasmine-node" : ">=1.0.0rc3",
"eco" : ">=1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/bnolan/capt.git"
},
"bugs": {
"url": "http://github.com/bnolan/capt/issues"
}
}