forked from fontello/fontello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (39 loc) · 1.88 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
{
"name" : "fontello",
"version" : "2.0.1",
"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#f6ef1dec74c0ab1c4256f31658d65b7c565f5f9e",
"argparse" : "~0.1.3",
"underscore" : "~1.3.3",
"connect" : "~2.3.4",
"qs" : "~0.5.0",
"mincer" : "~0.2.3",
"stylus" : "~0.27.2",
"nib" : "~0.5.0",
"less" : "~1.3.0",
"ejs" : "~0.7.2",
"uglify-js" : "~1.3.1",
"csso" : "~1.2.14",
"faye" : "~0.8.2",
"jade" : "~0.26.3",
"neuron" : "~0.4.5",
"log4js" : "~0.5.0",
"cron" : "~0.3.3"
},
"devDependencies" : {
"webkit-devtools-agent" : "~ 0.0.4"
},
"engines" : { "node": ">= 0.6.0" }
}