blob: 56d4ff1dbadb780523bcc0e54809c67c1daca22b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "newspipe",
"version": "0.0.0",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"datatables.net": "^1.10.12",
"datatables.net-dt": "^1.10.12",
"datatables.net-bs": "^1.10.12",
"bootstrap": "^3.3.7"
}
}
|