git ssb

0+

dinoworm ๐Ÿ› / campjs-viii-ludditejs



Tree: 16d5679a3ddf97e78275474c2bb64e886698438b

Files: 16d5679a3ddf97e78275474c2bb64e886698438b / package.json

1338 bytesRaw
1{
2 "name": "campjs-viii-ludditejs",
3 "version": "0.0.0",
4 "description": "Luddite.js, or how to write quality JavaScript apps using only functions and objects.",
5 "main": "index.js",
6 "scripts": {
7 "present": "ecstatic .",
8 "build": "markdown-to-slides -t 'Luddite.js' README.md -o index.html -s index.css -j index.js -i",
9 "watch": "npm run build -- -w",
10 "livereload": "wtch -d . -e html,css,png,gif,jpg | garnish --level debug",
11 "static": "ecstatic-lr .",
12 "start": "npm-run-all -p watch livereload static",
13 "dist": "mkdir -p dist && bash -c 'cp *.{js,html,css,png,jpg} dist'",
14 "push": "gh-pages -d dist",
15 "deploy": "npm-run-all -s dist build push"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/ahdinosaur/campjs-viii-ludditejs.git"
20 },
21 "keywords": [],
22 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
23 "license": "Apache-2.0",
24 "bugs": {
25 "url": "https://github.com/ahdinosaur/campjs-viii-ludditejs/issues"
26 },
27 "homepage": "https://github.com/ahdinosaur/campjs-viii-ludditejs#readme",
28 "devDependencies": {
29 "ecstatic-lr": "^1.0.1",
30 "garnish": "^5.2.0",
31 "gh-pages": "^0.11.0",
32 "npm-run-all": "^4.0.1",
33 "wtch": "^4.0.1"
34 },
35 "dependencies": {
36 "ecstatic": "^0.8.0",
37 "markdown-to-slides": "^1.0.3"
38 }
39}
40

Built with git-ssb-web