-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 845 Bytes
/
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
31
32
33
34
{
"Author": "Shane Tomlinson <shane@shanetomlinson.com> (https://shanetomlinson.com)",
"name": "node-font-face-generator",
"description": "Generate language/browser dependent @font-face CSS declarations",
"keywords": [
"font",
"font-face",
"CSS"
],
"homepage": "https://github.com/shane-tomlinson/node-font-face-generator",
"repository": {
"type": "git",
"url": "https://github.com/shane-tomlinson/node-font-face-generator.git"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/shane-tomlinson/node-font-face-generator/issues"
},
"main": "index",
"version": "0.1.9",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"ejs": "1.0.0",
"node-uap": "0.0.3"
},
"devDependencies": {
"nodeunit": ">=0.6.4"
},
"scripts": {
"test": "nodeunit test"
}
}