-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 KB
/
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
41
42
{
"author": {
"name": "Dr. Kibitz",
"email": "[email protected]",
"url": "http://github.com/drkibitz"
},
"preferGlobal": "true",
"name": "samson",
"description": "A very useful build step; read any number of files, process them as JavaScript templates, and save output to another destination.",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "git://github.com/drkibitz/node-samson.git"
},
"bin": {
"samson": "./bin.js"
},
"main": "./main.js",
"engines": {
"node": ">=0.8"
},
"dependencies": {
"dot": "0.2.5",
"glob": "3.1.10",
"mime-magic": ">=0.4.2",
"mimeparse": ">=0.1.4",
"mkdirp": ">=0.3.4",
"optimist": "0.3.4"
},
"devDependencies": {
"vows": "0.6.2"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/drkibitz/node-samson/raw/master/LICENSE"
}],
"keywords": [
"build",
"util",
"process"
]
}