-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
42 lines (42 loc) · 1.08 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": "material-design-color-palette",
"description": "Material Design Color Palette",
"version": "1.1.0",
"keywords": [
"material design",
"design",
"colors",
"color palette"
],
"author": "Sergey Kupletsky <s.kupletsky@gmail.com> (http://github.com/zavoloklom)",
"license": "MIT",
"main": [
"./css/material-design-color-palette.css",
"./css/material-design-color-palette.min.css"
],
"ignore": [
"*/.*",
"*.json",
"*.md"
],
"homepage": "http://zavoloklom.github.io/material-design-color-palette/",
"bugs": {
"url": "https://github.com/zavoloklom/material-design-color-palette/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zavoloklom/material-design-color-palette.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-less": "^1.0.1",
"grunt-pleeease": "^1.3.2",
"load-grunt-config": "^0.17.1",
"time-grunt": "^1.2.1"
},
"dependencies": {}
}