forked from brianpkelley/md-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
45
46
47
48
{
"name": "md-color-picker",
"version": "0.1.0",
"description": "Angular-Material inspired color picker.",
"main": [
"dist/md-color-picker.min.js",
"dist/md-color-picker.min.css"
],
"dependencies": {},
"devDependencies": {
"del": "^2.0.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.0",
"gulp-jsclosure": "0.0.1",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"run-sequence": "^1.1.2",
"streamqueue": "^1.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/brianpkelley/md-color-picker"
},
"keywords": [
"angular",
"angular-material",
"color-picker",
"color-chooser",
"color-dialog"
],
"author": "Brian Kelley <[email protected]> (http://www.tastybytes.net)",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/brianpkelley/md-color-picker/issues"
},
"homepage": "https://github.com/brianpkelley/md-color-picker"
}