source: other-projects/nz-flag-design/trunk/main-form/bgrins-spectrum/bower.json@ 29741

Last change on this file since 29741 was 29741, checked in by davidb, 9 years ago

Support JS library for colour picker

  • Property svn:executable set to *
File size: 451 bytes
Line 
1{
2 "name": "spectrum",
3 "version": "1.6.0",
4 "main": ["./spectrum.css", "./spectrum.js"],
5 "docs": "http://bgrins.github.com/spectrum",
6 "homepage": "http://bgrins.github.com/spectrum",
7 "demo": "http://jsfiddle.net/bgrins/ctkY3/",
8 "dependencies": {
9 "jquery": ">=1.7.2"
10 },
11 "ignore": [
12 ".gitignore",
13 ".travis.yml",
14 "build/",
15 "docs/",
16 "example/",
17 "Gruntfile.js",
18 "LICENSE",
19 "README.md",
20 "test/"
21 ]
22}
Note: See TracBrowser for help on using the repository browser.