You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
360 B
23 lines
360 B
{ |
|
"name": "rxjs", |
|
"main": "dist/rx.all.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/Reactive-Extensions/RxJS.git" |
|
}, |
|
"license": "Apache-2.0", |
|
"ignore": [ |
|
".sh", |
|
".*", |
|
"*.bat", |
|
"*.md", |
|
"*.txt", |
|
"*.log", |
|
"package.json", |
|
"node_modules", |
|
"doc", |
|
"examples", |
|
"src", |
|
"tests" |
|
] |
|
}
|
|
|