This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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
{
"name": "salte-angular-hateoas",
"version": "0.0.0-semantically-released.0",
"description": "The simple way to consume HATEOAS enabled REST APIs with AngularJS",
"main": "dist/salte-angular-hateoas.min.js",
"contributors": [
"Ceci <[email protected]>"
],
"keywords": [
"angular",
"hypermedia",
"hateoas",
"http"
],
"repository": {
"type": "git",
"url": "https://github.com/salte-io/salte-angular-hateoas.git"
},
"scripts": {
"start": "nps",
"prepublishOnly": "npm start build",
"prepare": "husky install"
},
"license": "MIT",
"peerDependencies": {
"angular": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"angular": "^1.7.7",
"angular-mocks": "^1.7.7",
"babel-loader": "^8.0.5",
"chai": "^4.1.1",
"coveralls": "^3.0.0",
"deindent": "^0.1.0",
"eslint": "^7.0.0",
"eslint-plugin-mocha": "^9.0.0",
"husky": "^7.0.0",
"karma": "^6.0.0",
"karma-browserstack-launcher": "1.6.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^5.0.0-alpha.5",
"mocha": "^9.0.0",
"nps": "^5.0.0",
"remove-lockfiles": "^2.0.0",
"semantic-release": "^17.0.0",
"webpack": "^5.15.0",
"webpack-cli": "^4.0.0"
},
"husky": {
"hooks": {
"pre-commit": "remove-lockfiles"
}
}
}