forked from smikes/fez
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 758 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 758 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
{
"name": "fez",
"version": "1.0.8",
"description": "A fast build tool for JavaScript",
"repository": {
"type": "git",
"url": "http://github.com/fez/fez.git"
},
"author": "Isaac Wagner <[email protected]>",
"dependencies": {
"nopt": "~2.1.2",
"through": "~2.3.4",
"ansi": "~0.2.1",
"mkdirp": "~0.3.5",
"temp": "~0.6.0",
"glob": "~3.2.7",
"minimatch": "~0.2.14",
"is-promise": "~1.0.0",
"bluebird": "~1.0.3",
"xtend": "~2.1.2",
"glob-intersect": "0.0.2"
},
"main": "src/main.js",
"devDependencies": {
"tape": "~2.3.2",
"runtests": "~0.1.1",
"fez-less": "~0.1.0",
"fez-clean-css": "~0.1.0",
"fez-concat": "~0.1.0"
},
"scripts": {
"test": "runtests"
}
}