-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
42 lines (42 loc) · 915 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
36
37
38
39
40
41
42
{
"name": "typi",
"version": "3.2.0",
"description": "A sass mixin to make responsive typography easy",
"main": "scss/_typi.scss",
"scripts": {
"start": "gulp",
"test": "mocha test/test_sass.js",
"release": "np"
},
"directories": {
"test": "test"
},
"devDependencies": {
"cap-height": "^1.1.2",
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.1",
"mocha": "^2.3.4",
"np": "^2.13.3",
"sass-true": "^2.0.3",
"sassdoc": "^2.1.20"
},
"keywords": [
"eyeglass-module"
],
"eyeglass": {
"sassDir": "scss",
"exports": false,
"name": "typi",
"needs": "*"
},
"homepage": "https://github.com/zellwk/typi",
"repository": {
"type": "git",
"url": "https://github.com/zellwk/typi"
},
"author": "Zell Liew <[email protected]>",
"license": "MIT"
}