-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 815 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
34
35
36
37
38
39
40
{
"name": "mimosa-web-package",
"version": "2.0.0",
"homepage": "https://github.com/dbashford/mimosa-web-package",
"author": "David Bashford",
"description": "Web App Packaging Module for Mimosa",
"contributors": [
{
"name": "David Bashford",
"email": "dbashford@hotmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dbashford/mimosa-web-package"
},
"keywords": [
"mimosa",
"mmodule",
"express",
"package",
"packaging"
],
"dependencies": {
"rimraf": "2.2.8",
"lodash": "2.4.1",
"hogan.js": "2.0.0",
"slash": "0.1.3",
"jszip": "2.3.0",
"wrench": "1.5.8"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"main": "./lib/index",
"scripts": {
"prepublish": "mimosa build"
}
}