-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 751 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 751 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
33
34
35
36
37
{
"name": "mimosa-combine",
"version": "3.0.0",
"homepage": "https://github.com/dbashford/mimosa-combine",
"author": "David Bashford",
"description": "A Mimosa folder combining module",
"contributors": [
{
"name": "David Bashford",
"email": "dbashford@hotmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dbashford/mimosa-combine"
},
"keywords": [
"mimosa",
"mmodule",
"merge",
"combine"
],
"dependencies": {
"wrench": "1.5.8",
"lodash": "2.4.1",
"magic-string":"0.2.4",
"convert-source-map":"0.4.1"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"main": "./lib/index",
"scripts": {
"prepublish": "mimosa build"
}
}