-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 850 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 850 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
{
"name": "modular-scale-css",
"version": "1.0.1",
"description": "Easily customizable modular scale css custom properties (variables) in pure css.",
"main": "modular-scale.css",
"repository": {
"type": "git",
"url": "git+https://github.com/nuclei/modular-scale.git"
},
"scripts": {
"test": "./node_modules/.bin/wct",
"build": "node-sass src/modular-scale.scss --output dest && mv dest/modular-scale.css modular-scale.css && rm -rf dest",
"travis": "npm test"
},
"keywords": [
"css",
"layout",
"modular-scale"
],
"author": "Lukas Oppermann",
"license": "MIT",
"bugs": {
"url": "https://github.com/nuclei/modular-scale/issues"
},
"homepage": "https://github.com/nuclei/modular-scale#readme",
"devDependencies": {
"node-sass": "^4.5.0",
"web-component-tester": "^5.0.1"
}
}