Skip to content

Commit 7c44a0d

Browse files
committedJul 9, 2017
added package.json
1 parent 4872246 commit 7c44a0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "angularjs-string-humanize",
3+
"version": "0.0.1",
4+
"main": "src/angular-string-humanize.js",
5+
"description": "Angular filter for rendering strings to human-readable data",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/apat183/angularjs-string-humanize"
9+
}
10+
}

0 commit comments

Comments
 (0)