{ "name": "music-visions", "version": "0.0.1", "description": "A manifesto of sorts for how music can be supported in the Chorus.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "browserify index.js -t babelify -p tinyify > bundle.js", "watch": "watchify index.js -t babelify -p tinyify -o bundle.js", "dev": "budo index.js:bundle.js --live --open -- -t babelify" }, "repository": { "type": "git", "url": "git+https://github.com/zachmandeville/music-visions.git" }, "keywords": [ "music", "punk2punk", "solarpunk", "theChorus" ], "author": "Zach Mandeville", "license": "GPL-3.0", "bugs": { "url": "https://github.com/zachmandeville/music-visions/issues" }, "homepage": "https://github.com/zachmandeville/music-visions#readme", "devDependencies": { "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "browserify": "^16.2.0", "budo": "^11.2.0", "choo": "^6.11.0-preview1", "tinyify": "^2.4.0" }, "dependencies": { "choo-devtools": "^2.5.0", "babelify": "^8.0.0", "choo-service-worker": "^2.4.0", "watchify": "^3.11.0" } }