-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 846 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
{
"name": "palette-color",
"version": "0.0.1",
"description": "Float palette color to use for input color in front-end aplications\" ",
"main": "palette.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LaercioSantana/palette-color.git"
},
"keywords": [
"color",
"palette-color",
"choose",
"input"
],
"author": "Laercio Santana",
"license": "MIT",
"bugs": {
"url": "https://github.com/LaercioSantana/palette-color/issues"
},
"dependencies": {
"jquery": "^3.1.0",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0"
}
}