File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " angular-color-picker" ,
3+ "description" : " Color Picker Directive For AngularJS" ,
4+ "version" : " 0.2.0" ,
5+ "homepage" : " https://github.com/ruhley/angular-color-picker" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git://github.com/ruhle/angular-color-picker.git"
9+ },
10+ "authors" : [
11+ 12+ ],
313 "main" : [
414 " angular-color-picker.js" ,
515 " angular-color-picker.css"
616 ],
7- "version" : " 0.1.1" ,
8- "homepage" : " https://github.com/ruhley/angular-color-picker" ,
9- "authors" : [
10- 17+ "moduleType" : [
18+ " globals"
1119 ],
12- "description" : " Color Picker Directive For AngularJS" ,
1320 "keywords" : [
1421 " Color" ,
1522 " Color Picker" ,
1926 ],
2027 "license" : " MIT" ,
2128 "ignore" : [
22- " **/.*" ,
23- " node_modules" ,
24- " bower_components" ,
25- " examples"
29+ " *" ,
30+ " !angularjs-color-picker.css" ,
31+ " !angularjs-color-picker.js"
2632 ],
2733 "dependencies" : {
2834 "tinycolor" : " ~1.1.0" ,
29- "angularjs" : " ~1.3.2"
30- },
31- "devDependencies" : {
32- "bootstrap" : " ~3.3.1"
35+ "angularjs" : " ~1.3.0" ,
36+ "bootstrap" : " ~3.3.0"
3337 }
3438}
You can’t perform that action at this time.
0 commit comments