-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 923 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
{
"name": "chameleon",
"version": "2.0.0",
"description":
"Chameleon is a library of popular brand colors which you can use in your JS/Sass projects",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"sass-export": "^1.0.2"
},
"scripts": {
"test": "dev",
"export-json":
"sass-export source/_chameleon-lib.scss -a dist/chameleon.json",
"dev": "npm run export-json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wixel/Chameleon.git"
},
"keywords": [
"brand",
"color",
"variables",
"twitter",
"facebook",
"whatsapp",
"chameleon",
"Wixel",
"react",
"webpack",
"Vue"
],
"author": "Nico van Zyl <[email protected]> (http://nicovanzyl.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wixel/Chameleon/issues"
},
"homepage": "https://github.com/Wixel/Chameleon#readme"
}