-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 741 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
{
"name": "ufoJS",
"version": "0.0.0",
"description": "JavaScript API for the Unified Font Object",
"main": "lib/main.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "cd env; ./tests-node.sh",
"postinstall" : "bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/graphicore/ufoJS.git"
},
"keywords": [
"unified",
"font",
"object",
"ufo",
"robofab"
],
"author": "Lasse Fister",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "ebfca2028f68a5000041fe705f27f0e34518d31b",
"devDependencies": {},
"dependencies": {
"jsdom": "3",
"libxmljs": "~0.15.0",
"lie": "~2.6.0",
"bower": "*"
}
}