-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 939 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
{
"name": "video-508-videojs-font",
"version": "1.0.0",
"description": "Icons font for Video 508",
"repository": {},
"keywords": [
"video 508",
"508",
"videojs",
"font"
],
"author": "WebFirst, Inc",
"license": "Apache-2.0",
"devDependencies": {
"lodash": "^4.17.0",
"material-design-icons": "^3.0.1",
"webfonts-generator": "^0.4.0",
"node-sass": "^5.0.0",
"cli": "^1.0.1"
},
"scripts": {
"start": "npm run sass:build && npm run sass:watch",
"build": "npm run font:build && npm run sass:build",
"sass:build": "node-sass ./scss -o ./css --indent-width 2 --output-style expanded --indent-type space --source-map true --functions ./scripts/functions.scss.js",
"sass:watch": "node-sass -wr ./scss/ -o ./css --indent-width 2 --output-style expanded --indent-type space --source-map true --functions ./scripts/functions.scss.js",
"font:build": "node ./icons.js"
}
}