-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 782 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": "learnrx",
"version": "2.23.0",
"description": "A module to teach you functional programming in JavaScript and basics of RxJS library.",
"bin": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/sejoker/learnrx"
},
"bugs": {
"url": "https://github.com/sejoker/learnrx/issues"
},
"scripts": {
"test": "tape test/*.js"
},
"keywords": [
"rxjs",
"workshop",
"adventure",
"tutorial"
],
"author": "Yevgen Safronov <sejoker@gmail.com>",
"license": "ISC",
"preferGlobal": true,
"dependencies": {
"adventure": "^2.11.0",
"adventure-verify": "^2.2.0",
"intercept-stdout": "^0.1.2",
"object-assign": "^4.0.1",
"rx": "^4.0.7"
},
"devDependencies": {
"tape": "^4.2.2"
}
}