summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..66cf23d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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"
+ }
+}