forked from fontello/fontello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (25 loc) · 1.22 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
{
"name" : "fontello",
"version" : "0.1.0",
"description" : "Iconic fonts scissors",
"keywords" : ["icon", "web", "font", "editor"],
"homepage" : "https://github.com/nodeca/fontomas",
"authors" : [
"Roman I Shmelev (https://github.com/shmelev)",
"Vitaly Puzrin (https://github.com/puzrin)"
],
"contributors" : [
"Aleksey V Zapparov <[email protected]> (http://ixti.net/)"
],
"bugs" : { "url": "https://github.com/nodeca/fontomas/issues" },
"license" : { "type": "MIT", "url": "https://github.com/nodeca/fontomas/blob/master/LICENSE" },
"repository" : { "type": "git", "url": "git://github.com/nodeca/fontomas.git" },
"main" : "./index.js",
"dependencies" : {
"nlib" : "git://github.com/nodeca/nlib.git",
"static-lulz" : "git://github.com/nodeca/static-lulz.git",
"connect" : "git://github.com/senchalabs/connect.git",
"socket.io" : "0.9.5"
},
"engines" : { "node": ">= 0.6.0" }
}