-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 982 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": "sass-lumen",
"version": "0.0.1",
"description": "a practical sass color-theory toolkit",
"main": "sass/_lumen.scss",
"devDependencies": {
"chalk": "^1.1.1",
"gulp": "^3.9.0",
"gulp-sass-lint": "^1.1.0",
"gulp-util": "^3.0.7",
"mocha": "^2.3.4",
"sass-true": "^2.1.3",
"sassdoc": "^2.1.16"
},
"scripts": {
"test": "node_modules/.bin/mocha",
"release": "gulp sasslint && npm test && gulp sassdoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tallys/lumen.git"
},
"keywords": [
"color theory",
"sass",
"toolkit"
],
"eyeglass": {
"needs": "^0.8.2",
"sassDir": "sass",
"exports": false
},
"author": "Natalya Shelburne <[email protected]>",
"contributors": [
"Miriam Suzanne <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tallys/lumen/issues"
},
"homepage": "https://github.com/tallys/lumen#readme"
}