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.
24 lines
360 B
24 lines
360 B
2 years ago
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|