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
40 lines (36 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (36 loc) · 1.67 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
{
"name" : "fontello",
"version" : "2.0.0",
"description" : "Iconic fonts scissors",
"keywords" : ["icon", "font", "editor"],
"homepage" : "https://github.com/nodeca/fontomas",
"authors" : [
"Roman I Shmelev (https://github.com/shmelev)",
"Alexey 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",
"connect" : "2.2.2",
"mincer" : "0.1.1",
"stylus" : "0.26.0",
"nib" : "0.4.1",
"less" : "1.3.0",
"ejs" : "0.7.1",
"uglify-js" : "1.2.6",
"csso" : "1.2.12",
"socket.io" : "0.9.6",
"jade" : "0.26.0",
"neuron" : "0.4.5",
"log4js" : "0.4.3",
"cron" : "0.3.0"
},
"devDependencies" : {
"supervisor" : "0.3.1"
},
"engines" : { "node": ">= 0.6.0" }
}