-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 819 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 819 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
{ "name" : "espresso",
"description" : "Development tools for The-M-Project",
"version" : "1.4.3",
"author" : "M-Way Solutions GmbH <info@mwaysolutions.com>",
"repository" : {
"type" : "git",
"url" : "http://github.com/mwaylabs/Espresso.git"
},
"bugs" : {
"web" : "http://github.com/mwaylabs/Espresso/issues"
},
"licenses" : [{
"type" : "MIT",
"url" : "https://github.com/mwaylabs/Espresso/raw/master/MIT-LICENSE"
}, {
"type" : "GPL",
"url" : "https://github.com/mwaylabs/Espresso/raw/master/GPL-LICENSE"
}],
"dependencies": {
"mu": "= 0.5.2",
"step": "= 0.0.4",
"sass": "= 0.5.0",
"wwwdude": "https://github.com/4z3/node-wwwdude/tarball/0.1.4"
},
"engines" : { "node": ">= 0.4.0" },
"bin": { "espresso": "./bin/espresso.js" }
}