This repository has been archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 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
{
"name": "halux",
"version": "0.1.19",
"description": "Halux middleware for Redux",
"main": "bin/index.js",
"scripts": {
"test": "karma start",
"test:w": "npm t -- --auto-watch --watch",
"build": "tsc --outdir ./bin",
"dts-gen": "dts-bundle",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"installPeers": "npm i hal-crawler",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/sir-marc/halux.git"
},
"keywords": [
"HAL",
"HATEOAS",
"REDUX",
"MIDDLEWARE",
"REDUX-MIDDLEWARE",
"HAL-REDUX",
"HALUX"
],
"author": "Marc Berli",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sir-marc/halux/issues"
},
"homepage": "https://github.com/sir-marc/halux#readme",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/lodash.get": "^4.4.1",
"@types/lodash.isempty": "^4.4.1",
"@types/mocha": "^2.2.39",
"@types/sinon": "^1.16.34",
"@types/sinon-chai": "^2.7.27",
"chai": "^3.5.0",
"es6-symbol": "^3.1.0",
"karma": "^1.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-typescript": "git+https://github.com/monounity/karma-typescript.git#2.1.8",
"mocha": "^3.2.0",
"semantic-release": "^6.3.2",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"tslint": "^4.4.2",
"typescript-loader": "^1.1.3"
},
"dependencies": {
"dts-bundle": "^0.7.2",
"dts-gen": "^0.4.20",
"immutable": "^3.8.1",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"typescript": "^2.1.5"
},
"peerDependencies": {
"hal-crawler": "0.1.1"
}
}