-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 974 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 974 Bytes
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
{
"name": "ftpm-module",
"version": "0.0.7",
"description": "Porting of ftpm library can be used as a class within nodejs.",
"main": "ftpm-module.js",
"dependencies": {
"lodash": "^2.4.1",
"request": "^2.36.0",
"wrench": "^1.5.8"
},
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"jshint": "^2.5.2",
"mocha": "^1.20.1",
"should": "^4.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/alanmastro/ftpm-module.git"
},
"keywords": [
"font",
"management",
"package",
"manager",
"font",
"woff",
"ttf",
"google",
"fonts"
],
"author": {
"name": "Marco Bicchi, Daniele Sassoli"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alanmastro/ftpm-module/issues"
},
"homepage": "https://github.com/alanmastro/ftpm-module",
"_id": "ftpm-module@0.0.7",
"_resolved": "https://github.com/alanmastro/ftpm-module/archive/0.0.7.tar.gz"
}