-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 854 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
{
"name": "type-heading",
"version": "0.2.0",
"description": "A responsive typography tool.",
"main": "index.js",
"devDependencies": {
"breakpoint-sass": "^2.7.1",
"gulp": "^4.0.2",
"gulp-mocha": "^6.0.0",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "^1.4.0",
"sass-true": "^4.0.0",
"sassdash": "^0.9.0",
"sassdoc": "^2.5.0",
"sassdoc-theme-markdown": "^2.0.2"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ellioseven/type-heading.git"
},
"author": "Elliot Mitchum <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ellioseven/type-heading/issues"
},
"homepage": "https://github.com/ellioseven/type-heading#readme",
"dependencies": {
"sass-units-translate": "^1.0.3"
}
}