forked from lee-houghton/dusterjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.01 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
43
44
45
46
47
48
49
50
51
{
"name": "dusterjs",
"preferGlobal": true,
"version": "0.3.3",
"author": "Lee Houghton <[email protected]>",
"description": "A tool to watch and compile a directory of dust.js templates",
"contributors": [
{
"name": "Dan McGrady",
"email": "[email protected]"
},
{
"name": "Dillon Grove"
},
{
"name": "Lee Houghton",
"email": "[email protected]"
}
],
"bin": {
"duster": "./bin/cli.js"
},
"scripts": {},
"main": "./lib/duster.js",
"repository": {
"type": "git",
"url": "https://github.com/lee-houghton/dusterjs.git"
},
"keywords": [
"cli",
"dust",
"dustjs",
"compile",
"precompile",
"watch"
],
"dependencies": {
"watch": "~0.8.0",
"dustjs-linkedin": "^2.7.2",
"optimist": "~0.6.0",
"colors": "~0.6.2",
"diveSync": "~0.2.0",
"uglify-js": "~2.4.8",
"node-fs": "~0.1.7"
},
"devDependencies": {},
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}