forked from m-abs/nota-rxjs-operators
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 749 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 749 Bytes
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
{
"name": "@nota/rxjs-operators",
"version": "0.0.5",
"description": "A collection of operators for rxjs used by @nota",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "nota",
"url": "http://nota.dk"
},
"contributors": [
{
"name": "Daniel Dam Freiling",
"email": "dfg@nota.dk"
},
{
"name": "Morten Anton Bach Sjøgren",
"url": "http://mabs.dk",
"email": "m_abs@mabs.dk"
}
],
"license": "MIT",
"peerDependencies": {
"rxjs": "^5.5.5"
},
"devDependencies": {
"rxjs": "^5.5.5",
"ts-node": "^3.3.0",
"typescript": "^2.6.2"
}
}