-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1000 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "ng-capitalize-filter",
"version": "0.0.2",
"description": "Angular filter that capitalizes each word in a string, read about it on https://ngmilk.rocks/2015/04/03/angularjs-filter-that-capitalizes-each-word-in-a-string/.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-milk/angular-capitalize-filter.git"
},
"keywords": [
"angular",
"angularjs",
"filter",
"capitalize",
"word"
],
"author": "Dan Mindru <[email protected]> (http://mindrudan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-milk/angular-capitalize-filter/issues"
},
"homepage": "https://github.com/ng-milk/angular-capitalize-filter#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.1"
}
}