-
Notifications
You must be signed in to change notification settings - Fork 405
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 746 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
36
{
"name": "learn-rxjs",
"version": "0.0.1",
"description": "Learn RxJS 5 Gitbook",
"main": "",
"dependencies": {},
"devDependencies": {
"jasmine": "^2.4.1",
"rxjs": "^5.0.0-beta.2"
},
"scripts": {
"gb": "gitbook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btroncone/learn-rxjs.git"
},
"keywords": [
"rxjs"
],
"author": "Brian Troncone <btroncone@gmail.com>",
"contributors": [
{
"name": "Huy Le"
},
{
"name": "Adam Lubek",
"url": "https://github.com/adamlubek"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/btroncone/learn-rxjs/issues"
},
"homepage": "https://github.com/btroncone/learn-rxjs#readme"
}