-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
74 lines (74 loc) · 1.68 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "traverson-angular",
"version": "6.1.0",
"description": "AngularJS adapter for Traverson",
"repository": "https://github.com/traverson/traverson-angular.git",
"main": "traverson-angular.js",
"author": {
"name": "Bastian Krol",
"email": "[email protected]"
},
"contributors": [
{
"name": "Michael Heuberger",
"email": "[email protected]"
},
{
"name": "Jamie Gaines",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"test": "grunt",
"build": "grunt"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"JSON",
"REST",
"API",
"HATEOAS",
"hypertext",
"hypermedia",
"HAL",
"AngularJS"
],
"dependencies": {
"traverson": "^6.1.1"
},
"devDependencies": {
"angular": "^1.6.6",
"angular-mocks": "^1.6.6",
"angular-sanitize": "^1.6.6",
"brfs": "^2.0.0",
"chai": "^4.1.2",
"commitlint-config-traverson": "^1.0.12",
"cz-conventional-changelog": "^3.1.1",
"express": "^4.16.2",
"grunt": "^1.0.4",
"grunt-browserify": "^5.2.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha": "^1.2.0",
"husky": "^4.2.4",
"load-grunt-tasks": "^3.5.2",
"mocha": "^5.2.0",
"poll-forever": "^1.0.0",
"request": "^2.87.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.2.0",
"traverson-mock-response": "1.1.0",
"traverson-test-server": "1.12.1"
},
"browser": {
"angular": false
}
}