summaryrefslogtreecommitdiff
path: root/package.json
blob: 66cf23d178e1c783d39ba1fdfd550611d3a9596f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "rhrdweb",
  "version": "0.1.0x",
  "description": "Radio Helsinki Rivendell Integration Web Interface",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://git.helsinki.at/rhrdweb.git"
  },
  "scripts": {
    "build": "browserify -t [ babelify ] src/*.js -o www/js/bundle.js"
  },
  "dependencies": {
    "babel-preset-react": "^6.11.1",
    "babelify": "^7.3.0",
    "browserify": "^13.1.0",
    "react": "^15.3.2",
    "react-dom": "^15.3.2"
  }
}