-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
35 lines (35 loc) · 993 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
35
{
"name": "typesettings",
"version": "4.2.0",
"description": "A Sass toolkit that sets type in Ems based on modular scale, vertical rhythm, and responsive ratio based headlines.",
"main": "_typesettings.scss",
"devDependencies": {
"light-server": "^2.8.0",
"node-sass": "^4.14.1",
"scss-bundle": "^3.1.2",
"stylus": "^0.54.8",
"stylus-bundle": "^1.0.0"
},
"scripts": {
"styles:scss": "node-sass test/scss/ --output test/scss/ --source-map true",
"styles:styl": "stylus test/styl/ -o test/styl --sourcemap",
"dev": "light-server -c .lightserverrc",
"bundle": "node bundle"
},
"repository": {
"type": "git",
"url": "https://[email protected]/ianrose/typesettings.git"
},
"keywords": [
"type",
"sass",
"baseline"
],
"author": "Ian Rose",
"license": "MIT",
"bugs": {
"url": "https://github.com/ianrose/typesettings/issues"
},
"homepage": "https://github.com/ianrose/typesettings",
"type": "module"
}