-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "rxfeedback",
"version": "2.1.0",
"description": "Architecture for RxJS",
"main": "dist/index.js",
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"test": "./node_modules/mocha/bin/_mocha ./src/test/test.ts -r ./node_modules/ts-node/register ./src/test/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoTests/RxFeedback.js.git"
},
"files": [
"dist/",
"LICENSE"
],
"keywords": [
"rxjs",
"architecture",
"redux"
],
"author": "Krunoslav Zaher <krunoslav.zaher@gmail.com> (http://twitter.com/krunoslav.zaher)",
"license": "MIT",
"bugs": {
"url": "https://github.com/NoTests/RxFeedback.js/issues"
},
"homepage": "https://github.com/NoTests/RxFeedback.js#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-lint": "^4.5.1",
"ts-node": "^8.0.2",
"typescript": "^3.4.2"
},
"dependencies": {
"rxjs": "^6.0.0"
},
"bundledDependencies": [],
"typings": "./dist/index.d.ts"
}