forked from 8lueberry/google-material-color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
43
44
{
"name": "google-material-color",
"version": "1.2.6",
"description": "Google material color (http://www.google.com/design/spec/style/color.html) implementation for Sass, Less, Stylus, CSS and JS.",
"main": "dist/palette.js",
"scripts": {
"test": "test",
"prepublish": "gulp default"
},
"repository": {
"type": "git",
"url": "https://github.com/danlevan/google-material-color.git"
},
"keywords": [
"google",
"material",
"color",
"sass",
"less",
"stylus",
"css"
],
"author": "Dan Le Van",
"license": "MIT",
"bugs": {
"url": "https://github.com/danlevan/google-material-color/issues"
},
"homepage": "https://github.com/danlevan/google-material-color",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-compass": "^2.0.1",
"gulp-config-sync": "0.0.1",
"gulp-header": "^1.2.2",
"gulp-less": "^1.3.6",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^1.0.0-alpha.3",
"gulp-stylus": "^1.3.4",
"gulp-template": "^1.1.1"
},
"dependencies": {
"lodash": "^2.4.1"
}
}