blob: 6bee47d3045f6f95d3c8d3992f0c54f60f8037e2 (
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/component-*.js -o www/js/components.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"
}
}
|