-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@soleo/font-bftinyhand",
"description": "The Donald Trump font for the web",
"version": "0.0.0",
"style": "css/font-bftinyhand.css",
"keywords": [
"font",
"tinyhand",
"bftinyhand",
"css"
],
"homepage": "https://github.com/soleo/font-BFTinyHand",
"bugs": {
"url": "https://github.com/soleo/font-BFTinyHand/issues"
},
"author": "Mark Davis (http://twitter.com/markfonts)",
"repository": {
"url": "https://github.com/soleo/font-BFTinyHand.git",
"type": "git"
},
"contributors": [
"Xinjiang Shao (http://twitter.com/soleoshao)"
],
"license": "OFL-1.1",
"dependencies": {},
"engines": {
"node": ">=0.10.3"
},
"files": [
"css/*.css",
"scss/*.scss",
"fonts/*"
],
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "node-sass --include-path scss scss/font-bftinyhand.scss css/font-bftinyhand.css",
"watch-css": "nodemon -e scss -x \"yarn run build-css\"",
"make-docs": "rm -rf docs/fonts docs/css && cp -r fonts docs/fonts && cp -r css docs/css"
},
"devDependencies": {
"node-sass": "^4.14.1",
"nodemon": "^2.0.5"
}
}