File tree Expand file tree Collapse file tree 2 files changed +29
-29
lines changed
Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " angular-datetime-input" ,
3- "version" : " 0.0.8" ,
3+ "version" : " 0.0.9" ,
4+ "description" : " UI widget for datetime input, converted to an angular directive for your convenience." ,
5+ "homepage" : " https://github.com/g1eb/angular-datetime-input" ,
46 "authors" : [
57 " Gleb <git@gleb.nl>"
68 ],
7- "description " : " UI widget for datetime input, converted to an angular directive for your convenience. " ,
9+ "license " : " MIT " ,
810 "main" : [
911 " dist/datetime-input.min.js" ,
1012 " dist/datetime-input.min.css"
1113 ],
12- "moduleType" : [],
14+ "dependencies" : {
15+ "angular" : " ^1.5.6" ,
16+ "moment" : " ^2.13.0"
17+ },
1318 "keywords" : [
1419 " angular" ,
1520 " angularjs" ,
2126 " dateinput" ,
2227 " timeinput"
2328 ],
24- "license" : " MIT" ,
25- "homepage" : " https://github.com/g1eb/angular-datetime-input" ,
2629 "ignore" : [
2730 " **/.*" ,
2831 " node_modules" ,
2932 " bower_components" ,
3033 " test" ,
3134 " tests"
32- ],
33- "dependencies" : {
34- "angular" : " ^1.5.6" ,
35- "moment" : " ^2.13.0"
36- }
35+ ]
3736}
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-datetime-input" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "description" : " UI widget for datetime input, converted to an angular directive for your convenience." ,
5+ "homepage" : " https://github.com/g1eb/angular-datetime-input#readme" ,
6+ "author" : " gleb" ,
7+ "license" : " MIT" ,
58 "main" : " index.html" ,
6- "dependencies" : {},
7- "devDependencies" : {
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/g1eb/angular-datetime-input.git"
12+ },
13+ "bugs" : {
14+ "url" : " https://github.com/g1eb/angular-datetime-input/issues"
15+ },
16+ "scripts" : {
17+ "build" : " gulp build"
18+ },
19+ "dependencies" : {
820 "angular" : " ^1.5.6" ,
21+ "moment" : " ^2.13.0"
22+ },
23+ "devDependencies" : {
924 "gulp" : " ^3.9.1" ,
1025 "gulp-angular-embed-templates" : " ^2.2.0" ,
1126 "gulp-concat" : " ^2.6.0" ,
1227 "gulp-cssnano" : " ^2.1.2" ,
13- "gulp-uglify" : " ^1.5.3" ,
14- "moment" : " ^2.13.0"
15- },
16- "scripts" : {
17- "build" : " gulp build"
18- },
19- "repository" : {
20- "type" : " git" ,
21- "url" : " git+https://github.com/g1eb/angular-datetime-input.git"
28+ "gulp-uglify" : " ^1.5.3"
2229 },
2330 "keywords" : [
2431 " angular" ,
3138 " picker" ,
3239 " dateinput" ,
3340 " timeinput"
34- ],
35- "author" : " Gleb <git@gleb.nl>" ,
36- "license" : " MIT" ,
37- "bugs" : {
38- "url" : " https://github.com/g1eb/angular-datetime-input/issues"
39- },
40- "homepage" : " https://github.com/g1eb/angular-datetime-input#readme"
41+ ]
4142}
You can’t perform that action at this time.
0 commit comments