File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " angularjs-string-humanize" ,
3
+ "version" : " 0.0.1" ,
4
+ "main" : " src/angular-string-humanize.js" ,
5
+ "description" : " Angular 1.x filter for rendering strings to human-readable data" ,
6
+ "license" : " MIT" ,
7
+ "ignore" : [
8
+ " **/.*" ,
9
+ " *.md" ,
10
+ " package.json"
11
+ ],
12
+ "dependencies" : {
13
+ "angular" : " ~1.6.0"
14
+ }
15
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " angularjs-string-humanize" ,
3
3
"version" : " 0.0.1" ,
4
4
"main" : " src/angular-string-humanize.js" ,
5
- "description" : " Angular filter for rendering strings to human-readable data" ,
5
+ "description" : " Angular 1.x filter for rendering strings to human-readable data" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/apat183/angularjs-string-humanize"
You can’t perform that action at this time.
0 commit comments