git ssb

0+

Zach! / local-gossip-zine



Tree: 1721af4ce8e5508c633c4f6b2731dbf3e6d6f66b

Files: 1721af4ce8e5508c633c4f6b2731dbf3e6d6f66b / package.json

1327 bytesRaw
1{
2 "name": "scrycast-template",
3 "version": "0.420.69",
4 "description": "Template for making scrycast zines for things like the Local Gossip!",
5 "main": "index.js",
6 "scripts": {
7 "test": "standard",
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": "https://gitlab.com/zachmandeville/scryast-template"
15 },
16 "keywords": [
17 "zines",
18 "yoga",
19 "solarpunk",
20 "theChorus"
21 ],
22 "author": "Angelica Blevins and Zach Mandeville",
23 "license": "AGPL-3.0-or-later",
24 "bugs": {
25 "url": "https://justbreathe.com"
26 },
27 "homepage": "https://githlab.com/zachmandeville/scrycast-template",
28 "devDependencies": {
29 "babel-core": "^6.26.0",
30 "babel-preset-es2015": "^6.24.1",
31 "browserify": "^16.2.0",
32 "budo": "^11.2.2",
33 "choo": "^6.11.0-preview1",
34 "choo-devtools": "^2.5.1",
35 "standard": "^11.0.1",
36 "tinyify": "^2.4.0"
37 },
38 "dependencies": {
39 "babelify": "^8.0.0",
40 "choo-service-worker": "^2.4.0",
41 "document-ready": "^2.0.1",
42 "lodash": "^4.17.10",
43 "markdown-it": "^8.4.1",
44 "nanohtml": "^1.2.4",
45 "smarkt": "0.0.6",
46 "watchify": "^3.11.0"
47 }
48}
49

Built with git-ssb-web