forked from fontello/fontello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (37 loc) · 1.78 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
{
"name" : "fontello",
"version" : "2.0.4",
"description" : "Iconic fonts scissors",
"keywords" : ["icon", "font", "editor"],
"homepage" : "https://github.com/nodeca/fontomas",
"authors" : [
"Roman I Shmelev (https://github.com/shmelev)",
"Aleksey Zapparov (https://github.com/ixti)",
"Vitaly Puzrin (https://github.com/puzrin)"
],
"bugs" : { "url": "https://github.com/fontello/fontello/issues" },
"license" : { "type": "MIT", "url": "https://github.com/fontello/fontello/blob/master/LICENSE" },
"repository" : { "type": "git", "url": "git://github.com/fontello/fontello.git" },
"main" : "./index.js",
"dependencies" : {
"nlib" : "git://github.com/nodeca/nlib.git#95cd4ca92ca8d3b2d251830c01a277202e7dc09d",
"argparse" : "~0.1.3",
"underscore" : "~1.3.3",
"send" : "~0.0.3",
"qs" : "~0.5.0",
"mincer" : "~0.2.5",
"stylus" : "~0.29.0",
"nib" : "~0.8.1",
"less" : "~1.3.0",
"ejs" : "~0.8.2",
"uglify-js" : "~1.3.1",
"csso" : "~1.2.14",
"jade" : "~0.27.2",
"neuron" : "~0.4.5",
"cron" : "~1.0.0"
},
"devDependencies" : {
"webkit-devtools-agent" : "~ 0.0.4"
},
"engines" : { "node": ">= 0.8.0" }
}