-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "typey",
"version": "1.1.2",
"description": "A complete framework for working with typography in sass.",
"main": "stylesheets/_typey.scss",
"eyeglass": {
"sassDir": "stylesheets",
"exports": false,
"needs": "^1.0.0"
},
"directories": {
"lib": "stylesheets",
"example": "examples"
},
"scripts": {
"test": "./node_modules/.bin/gulp travis"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jptaranto/typey.git"
},
"keywords": [
"eyeglass-module",
"sass",
"typography"
],
"author": "jptaranto <jacktaranto@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jptaranto/typey/issues"
},
"homepage": "https://github.com/jptaranto/typey#readme",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-sass": "^3.0.0",
"gulp-sass-lint": "^1.3.2",
"gulp-spawn-mocha": "^3.1.0",
"mocha": "~3.1.2",
"node-sass": "^4.0.0",
"sass-lint": "^1.10.2",
"sass-true": "2.1.3"
}
}