forked from IBM-Design/colors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "ibm-design-colors",
"description": "Color Palettes and helper functions for IBM Design Language",
"main": "_ibm-colors.scss",
"eyeglass": {
"exports": "eyeglass-exports.js",
"name": "ibm-colors",
"needs": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Design/colors.git"
},
"keywords": [
"colors",
"design",
"eyeglass-module",
"sass",
"scss"
],
"author": "IBM",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/IBM-Design/colors/issues"
},
"homepage": "https://github.com/IBM-Design/colors",
"devDependencies": {
"ase-utils": "git+https://github.com/ind1go/node-ase-utils.git",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.2",
"gulp-json-editor": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"handlebars": "^4.0.5",
"through2-map": "^2.0.0",
"through2-spy": "^2.0.0"
},
"version": "2.0.4"
}