-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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": "sass-toolkit",
"version": "2.10.2",
"description": "Think of Toolkit as your swiss army knife for modern design and development.",
"main": "stylesheets/_toolkit.scss",
"eyeglass": {
"needs": "^1.0.0",
"exports": "eyeglass-exports.js",
"name": "toolkit"
},
"devDependencies": {
"diff": "^1.2.1",
"fs-extra": "^0.14.0",
"glob": "^4.3.2",
"node-sass": "^3.0.0",
"semver": "^5.1.0",
"yargs": "^4.1.0"
},
"scripts": {
"test": "cd tests && node index.js",
"bump:major": "node .bump.js --major",
"bump:minor": "node .bump.js --minor",
"bump:patch": "node .bump.js --patch",
"publish": "node .gembuild.js && git push && git push origin --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/at-import/toolkit.git"
},
"keywords": [
"sass",
"design",
"typography",
"fed",
"rwd",
"eyeglass-module",
"toolkit",
"design"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/at-import/toolkit/issues"
},
"homepage": "https://github.com/at-import/toolkit"
}