-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.2 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
49
{
"name": "ng-snake-camel",
"version": "1.0.0",
"description": "AngularJS $filter and $http convert JSON to snake ou camelcase",
"main": "ng-snake-camel.js",
"directories": {
"test": "test"
},
"dependencies": {
"coveralls": "^2.11.4",
"jasmine": "^2.3.2",
"jscs": "^2.6.0",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18"
},
"devDependencies": {
"coveralls": "^2.11.4",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2"
},
"scripts": {
"test": "./node_modules/.bin/karma start test/karma.conf.js --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/Serrabits/ngSnakeCamel.git"
},
"keywords": [
"snakecase",
"camelcase",
"json",
"angular",
"$filter",
"$http",
"transformRequest",
"transformResponse"
],
"author": "Junior Conte <juniorcnt@gmail.com>",
"bugs": {
"url": "https://github.com/Serrabits/ngSnakeCamel/issues"
},
"homepage": "https://github.com/Serrabits/ngSnakeCamel",
"license": "MIT"
}