-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 871 Bytes
/
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
{
"name": "ngx-observable-input",
"version": "3.0.3",
"description": "Small library that provides ObservableInput decorator to use angular component input attributes as RxJS Observables",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Futhark/ngx-observable-input.git"
},
"keywords": [
"angular",
"ngx",
"observable",
"input",
"ngOnChanges"
],
"author": "Michał Wróblewski (Futhark)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Futhark/ngx-observable-input/issues"
},
"homepage": "https://github.com/Futhark/ngx-observable-input#readme",
"devDependencies": {
"rxjs": "^6",
"typescript": "^3.7.2"
}
}