forked from avoronkin/angular-spectrum-colorpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.5 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "angular-spectrum-colorpicker",
"version": "1.3.5",
"description": "Angular directive for a colorpicker, that bases on http://bgrins.github.io/spectrum/",
"subdescription": "Idea from http://jsfiddle.net/g/LAJCa/",
"homepage": "https://github.com/Jimdo/angular-spectrum-colorpicker",
"author": "Jimdo GmbH",
"maintainers": [
"Joscha Feth <[email protected]>"
],
"contributors": [
"Hannes Diercks <[email protected]>",
"Hendrike Heydenreich <[email protected]>",
"luto <[email protected]>",
"Hauke Stange <[email protected]>",
"asilberschneider <[email protected]>",
"Erik Dykema <[email protected]>",
"Elan Perach <[email protected]>",
"Lasse Diercks <[email protected]>",
"Matthew Davies <[email protected]>",
"Denis Dervisevic <[email protected]>"
],
"main": "dist/angular-spectrum-colorpicker.min.js",
"keywords": [
"directive",
"angular",
"colorpicker"
],
"scripts": {
"test": "grunt test",
"postinstall": "bower install && ln -sf ./node_modules/grunt-cli/bin/grunt ./grunt && ./node_modules/protractor/bin/webdriver-manager update && ./grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/Jimdo/angular-spectrum-colorpicker.git"
},
"license": "MIT",
"devDependencies": {
"bower": "~1.3.12",
"coffee-script": "~1.8.0",
"connect-less": "^0.3.1",
"glob": "~4.2.1",
"grunt": "~0.4.5",
"grunt-angular-templates": "~0.5.7",
"grunt-bump": "0.0.16",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-karma": "~0.9.0",
"grunt-ng-annotate": "^0.7.0",
"grunt-npm": "https://github.com/Xiphe/grunt-npm/tarball/98187270151e53d45214d778de394a557e81958c",
"grunt-parallel": "^0.3.1",
"grunt-protractor-runner": "~1.1.4",
"grunt-shell-spawn": "~0.3.0",
"karma-chrome-launcher": "~0.1.5",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.1",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.2",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "~1.0.0",
"mkdirp": "^0.5.0",
"protractor": "~1.4.0"
}
}