forked from fontello/fontello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (48 loc) · 2.32 KB
/
package.json
File metadata and controls
52 lines (48 loc) · 2.32 KB
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
{
"name" : "fontello",
"version" : "3.0.0",
"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" : {
"argparse" : "~ 0.1.3",
"async" : "~ 0.1.22",
"babelfish" : "~ 0.1.1",
"cron" : "~ 1.0.0",
"csso" : "~ 1.2.14",
"collections" : "~ 0.1.4",
"ejs" : "~ 0.8.2",
"find-requires" : "~ 0.1.4",
"fs-tools" : "~ 0.2.7",
"jade" : "~ 0.27.2",
"js-yaml" : "~ 1.0.3",
"less" : "= 1.3.1",
"underscore" : "~ 1.4.3",
"log4js" : "~ 0.5.1",
"mincer" : "~ 0.4.2",
"neuron" : "~ 0.4.5",
"nib" : "~ 0.8.1",
"pointer" : "~ 0.1.0",
"revalidator" : "~ 0.1.5",
"qs" : "~ 0.5.0",
"send" : "~ 0.1.0",
"stylus" : "~ 0.29.0",
"uglify-js" : "~ 1.3.1"
},
"devDependencies" : {
"jshint" : "*",
"mocha" : "~ 1.7.4",
"supertest" : "~ 0.5.1",
"chai" : "~ 1.4.2"
},
"engines" : { "node": ">= 0.8.0" }
}