forked from nbubna/Case
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ngcasefilters",
"version": "1.0.2",
"description": "Angular filters for modifing case, using nbubna's Case library",
"main": "dist/ngcasefilters.js",
"dependencies": {
"angular": "^1.3.1",
"case": "^1.4.1"
},
"devDependencies": {
"angular-mocks": "^1.3.1",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"jasmine": "^2.4.1",
"jquery": "^3.1.0",
"karma": "^1.1.1",
"karma-bower": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1"
},
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oaguy1/angular-filter-Case.git"
},
"keywords": [
"case",
"upper",
"lower",
"camel",
"camelCase",
"snake",
"snake_case",
"angular",
"angularjs",
"filter"
],
"author": "David N. Hughes-Robinson <davidr@medtextapp.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oaguy1/angular-filter-Case/issues"
},
"homepage": "https://github.com/oaguy1/angular-filter-Case#readme"
}