This repository was archived by the owner on Dec 4, 2020. It is now read-only. 
      
File tree Expand file tree Collapse file tree 3 files changed +57
-24
lines changed Expand file tree Collapse file tree 3 files changed +57
-24
lines changed Original file line number Diff line number Diff line change 1- #  Logs
2- logs 
3- * .log 
4- 
5- #  Runtime data
6- pids 
7- * .pid 
8- * .seed 
9- 
10- #  Directory for instrumented libs generated by jscoverage/JSCover
11- lib-cov 
12- 
13- #  Coverage directory used by tools like istanbul
14- coverage 
15- 
16- #  Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17- .grunt 
18- 
19- #  Compiled binary addons (http://nodejs.org/api/addons.html)
20- build /Release 
21- 
22- #  Dependency directory
23- #  Deployed apps should consider commenting this line out:
24- #  see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
251node_modules 
2+ .idea 
3+ * .iml 
4+ bower_components 
Original file line number Diff line number Diff line change 1+ {
2+  "name" : " angular-date-range-filter"  ,
3+  "version" : " 0.0.1"  ,
4+  "homepage" : " https://github.com/cesarp/angular-date-range-filter"  ,
5+  "authors" : [
6+  " César Pérez <cesar.alberto.perez@gmail.com>" 
7+  ],
8+  "description" : " AngularJS date range filter"  ,
9+  "main" : " src/date-range-filter.js"  ,
10+  "license" : " MIT"  ,
11+  "ignore" : [
12+  " **/.*"  ,
13+  " node_modules"  ,
14+  " bower_components"  ,
15+  " test"  ,
16+  " tests" 
17+  ],
18+  "dependencies" : {
19+  "angular" : " ~1.2.20"  ,
20+  "moment" : " ~2.7.0" 
21+  },
22+  "devDependencies" : {
23+  "angular-mocks" : " ~1.2.20" 
24+  }
25+ }
Original file line number Diff line number Diff line change 1+ {
2+  "name" : " angular-date-range-filter"  ,
3+  "version" : " 0.0.1"  ,
4+  "description" : " AngularJS date range filter"  ,
5+  "directories" : {
6+  "test" : " test" 
7+  },
8+  "dependencies" : {
9+  },
10+  "devDependencies" : {
11+  "karma" : " ^0.12.17"  ,
12+  "karma-chrome-launcher" : " ^0.1.4"  ,
13+  "karma-jasmine" : " ^0.1.5"  ,
14+  "bower" : " ^1.3.8" 
15+  },
16+  "scripts" : {
17+  "test" : " karma start" 
18+  },
19+  "repository" : {
20+  "type" : " git"  ,
21+  "url" : " https://github.com/cesarp/angular-date-range-filter.git" 
22+  },
23+  "author" : " César Pérez <cesar.alberto.perez@gmail.com>"  ,
24+  "license" : " MIT"  ,
25+  "bugs" : {
26+  "url" : " https://github.com/cesarp/angular-date-range-filter/issues" 
27+  },
28+  "homepage" : " https://github.com/cesarp/angular-date-range-filter" 
29+ }
                                 You can’t perform that action at this time. 
               
                  
0 commit comments