forked from fontello/fontello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (56 loc) · 2.73 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
52
53
54
55
56
57
58
59
60
{
"name" : "fontello",
"version" : "5.1.0",
"description" : "Iconic fonts scissors",
"keywords" : ["icon", "font", "editor"],
"homepage" : "http://fontello.com/",
"contributors" : [
"Roman I Shmelev (https://github.com/shmelev)",
"Aleksey Zapparov (https://github.com/ixti)",
"Vitaly Puzrin (https://github.com/puzrin)",
"Vladimir Zapparov (https://github.com/dervus)"
],
"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" : {
"argparse" : "~ 0.1.5",
"async" : "~ 0.9.0",
"autoprefixer" : "~ 1.1.20140319",
"babelfish" : "~ 1.0.1",
"base64-js" : "~ 0.0.4",
"cookie" : "~ 0.1.0",
"csswring" : "~ 0.2.0",
"ejs" : "~ 1.0.0",
"find-requires" : "~ 0.2.0",
"formidable" : "~ 1.0.14",
"fs-tools" : "~ 0.2.10",
"jade" : "~ 1.3.0",
"js-yaml" : "~ 3.0.2",
"knockout" : "~ 3.1.0",
"less" : "~ 1.7.0",
"lodash" : "~ 2.4.1",
"log4js" : "~ 0.6.9",
"mincer" : "~ 1.0.1",
"mongoose" : "~ 3.8.0",
"pointer" : "~ 0.1.7",
"puncher" : "~ 1.1.1",
"revalidator" : "~ 0.1.5",
"resolve" : "~ 0.7.0",
"send" : "~ 0.3.0",
"stylus" : "~ 0.45.1",
"ttf2eot" : "~ 1.3.0",
"ttf2woff" : "~ 1.2.0",
"svg2ttf" : "~ 1.1.1",
"svgpath" : "~ 1.0.0",
"uglify-js" : "~ 2.4.1",
"xmldom" : "~ 0.1.16"
},
"devDependencies" : {
"jshint" : "*",
"mocha" : "*",
"supertest" : "*",
"chai" : "*"
}
}