-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 882 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 882 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
26
27
28
29
30
31
32
{
"name": "webc"
, "preferGlobal": "true"
, "version": "0.1.2"
, "author": "Patrick Boos <mail@pboos.ch>"
, "description": "compile and test your jade/coffeescript/less webapps"
, "contributors": []
, "bin": { "webc": "./bin/webc" }
, "scripts": { "test": "make tests" }
, "main": "./lib/webc"
, "repository": {"type": "git", "url": "https://github.com/pboos/webc.git"}
, "keywords": ["jade", "coffeescript", "less", "aws", "s3", "webapp", "compile"]
, "dependencies" : {
"coffee-script": "1.3.1"
, "jade": "0.25.0"
, "recess": "1.0.3"
, "async": "0.1.18"
, "underscore": "1.3.3"
, "connect": "2.1.3"
, "commander": "0.6.0"
}
, "devDependencies": {
"mocha": "1.0.1"
, "should" : "0.6.1"
}
, "noAnalyze": true
, "bundleDependencies": []
, "license": "MIT"
, "engine": {
"node": ">=0.4"
}
}