forked from ernieayala/teq-tonic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 837 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
{
"author": "Ernie Ayala <[email protected]>",
"bugs": {
"url": "https://github.com/ernieayala/teq-tonic/issues"
},
"dependencies": {
"eyeglass": "1.5.0",
"sass": "1.18.0"
},
"description": "A neat Sass tool set",
"eyeglass": {
"needs": "*",
"exports": "eyeglass-exports.js"
},
"homepage": "https://ernieayala.github.io/teq-tonic/",
"keywords": [
"css",
"eyeglass-module",
"functions",
"mixins",
"sass",
"scss"
],
"license": "MIT",
"main": "index.js",
"name": "teq-tonic",
"readme": "./README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ernieayala/teq-tonic.git"
},
"scripts": {
"cleanInstall": "rm -rf ./node_modules ./package-lock.json && npm i",
"docs": "sassdoc core"
},
"style": "core/_teq-tonic.scss",
"title": "Teq-Tonic Tools",
"version": "1.4.2"
}