aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 114050f78c6874e6f82c15f422e95963ffbfbf70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "newspipe",
  "version": "9.1.0",
  "license": "AGPL-3.0",
  "private": true,
  "dependencies": {
    "bootstrap": "^5.0.0-alpha1",
    "fork-awesome": "^1.1.7",
    "moment": "^2.27.0",
    "popper.js": "^1.16.1"
  },
  "engines": {
    "yarn": ">= 1.0.0"
  },
  "scripts": {
    "postinstall": "cd newspipe/static/ ; ln -sf ../../node_modules npm_components"
  }
}
bgstack15