-
-
Notifications
You must be signed in to change notification settings - Fork 243
/
package.json
50 lines (50 loc) · 1.2 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
47
48
49
50
{
"name": "open-color",
"version": "1.9.1",
"description": "Open color scheme for web UI",
"main": "open-color.json",
"style": "open-color.css",
"files": [
"open-color.js",
"open-color.json",
"open-color.css",
"open-color.scss",
"open-color.less",
"open-color.styl",
"open-color.d.ts"
],
"scripts": {
"test": "npm run test-typescript",
"test-typescript": "tsc open-color.d.ts tests/typescript.ts --noEmit",
"compile-templates": "node compile-templates.js",
"prepare": "npm run compile-templates",
"prepublishOnly": "npm run compile-templates"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeun/open-color.git"
},
"keywords": [
"color",
"colorscheme",
"color swatches",
"SCSS",
"Less",
"Stylus",
"CSS"
],
"author": "Jeong Heeyeun <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yeun/open-color/issues"
},
"homepage": "https://github.com/yeun/open-color",
"devDependencies": {
"archiver": "^1.3.0",
"ase-utils": "^0.1.1",
"handlebars": "^4.1.2",
"typescript": "^2.9.2",
"uuid": "^3.3.2"
},
"types": "./open-color.d.ts"
}