Files: 7364b010be31569a87a45b1a9459a7bcd12a9ace / package.json
1318 bytesRaw
1 | { |
2 | "name": "dat-zine-library", |
3 | "version": "0.420.69", |
4 | "description": "Hold and Share all your good Dat Zines!", |
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": "git+https://gitlab.com/zachmandeville/dat-zine-library.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://gitlab.com/zachmandeville/dat-zine-library/issues" |
26 | }, |
27 | "homepage": "https://gitlab.com/zachmandeville/dat-zine-library#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.2", |
33 | "choo": "^6.11.0-preview1", |
34 | "standard": "^11.0.1", |
35 | "tinyify": "^2.4.0" |
36 | }, |
37 | "dependencies": { |
38 | "babelify": "^8.0.0", |
39 | "choo-devtools": "^2.5.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