git ssb

0+

Zach! / music-visions



Tree: 600dbebbcf63259dc62efc29572bad058dff0f50

Files: 600dbebbcf63259dc62efc29572bad058dff0f50 / package.json

1202 bytesRaw
1{
2 "name": "music-visions",
3 "version": "0.0.1",
4 "description": "A manifesto of sorts for how music can be supported in the Chorus.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "browserify index.js -t babelify -p tinyify > bundle.js",
9 "watch": "watchify index.js -t babelify -p tinyify -o bundle.js",
10 "dev": "budo index.js:bundle.js --live --open -- -t babelify"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/zachmandeville/music-visions.git"
15 },
16 "keywords": [
17 "music",
18 "punk2punk",
19 "solarpunk",
20 "theChorus"
21 ],
22 "author": "Zach Mandeville",
23 "license": "GPL-3.0",
24 "bugs": {
25 "url": "https://github.com/zachmandeville/music-visions/issues"
26 },
27 "homepage": "https://github.com/zachmandeville/music-visions#readme",
28 "devDependencies": {
29 "babel-core": "^6.26.0",
30 "babel-preset-es2015": "^6.24.1",
31 "browserify": "^16.2.0",
32 "budo": "^11.2.0",
33 "choo": "^6.11.0-preview1",
34 "tinyify": "^2.4.0"
35 },
36 "dependencies": {
37 "choo-devtools": "^2.5.0",
38 "babelify": "^8.0.0",
39 "choo-service-worker": "^2.4.0",
40 "watchify": "^3.11.0"
41 }
42}
43

Built with git-ssb-web