forked from websanova/wColorPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 786 Bytes
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
{
"name": "wColorPicker",
"title": "wColorPicker jQuery Color Picker Plugin",
"version": "2.1.7",
"description": "A jQuery color picker plugin with various effects for showing and hiding the color picker. Also comes with an option to set a clickable button to trigger effects.",
"main": "wColorPicker.js",
"repository": {
"type": "git",
"url": "https://github.com/websanova/wColorPicker"
},
"author": {
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
},
"homepage" : "http://wcolorpicker.websanova.com",
"license": "MIT, GPL",
"dependencies": {
"grunt-contrib-concat": "",
"grunt-contrib-uglify": "",
"grunt-contrib-jshint": "",
"grunt-contrib-stylus": "",
"grunt-contrib-watch": ""
}
}