git ssb

1+

dinoworm ๐Ÿ› / patchwork-downloader



Tree: 49657e414149351bb2bdb95532753c5c68906d3b

Files: 49657e414149351bb2bdb95532753c5c68906d3b / package.json

1649 bytesRaw
1{
2 "name": "patchwork-downloader",
3 "version": "0.0.0",
4 "description": "download latest Patchwork for your operating system!",
5 "main": "index.js",
6 "scripts": {
7 "start": "budo . -d --serve bundle.js --live",
8 "build": "browserify . -o bundle.js -g uglifyify",
9 "dist": "mkdir -p dist && bash -c 'cp -r images *.{js,html,css} dist'",
10 "push": "gh-pages -d dist",
11 "deploy": "npm run build && npm run dist && npm run push",
12 "test:deps": "dependency-check . && dependency-check . --extra --no-dev -i es2040",
13 "test:lint": "standard",
14 "test:node": "NODE_ENV=test run-default tape test/*.js --",
15 "test:coverage": "NODE_ENV=test nyc npm run test:node",
16 "test:coverage:report": "nyc report --reporter=lcov npm run test:node",
17 "test": "npm-run-all -s test:node test:lint test:deps"
18 },
19 "browserify": {
20 "transform": [
21 "es2040"
22 ]
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/ahdinosaur/patchwork-downloader.git"
27 },
28 "keywords": [],
29 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
30 "license": "Apache-2.0",
31 "bugs": {
32 "url": "https://github.com/ahdinosaur/patchwork-downloader/issues"
33 },
34 "homepage": "https://github.com/ahdinosaur/patchwork-downloader#readme",
35 "devDependencies": {
36 "browserify": "^14.5.0",
37 "budo": "^10.0.4",
38 "dependency-check": "^2.7.0",
39 "gh-pages": "^1.1.0",
40 "npm-run-all": "^4.0.1",
41 "nyc": "^10.1.2",
42 "run-default": "^1.0.0",
43 "standard": "^8.6.0",
44 "tape": "^4.6.3",
45 "uglifyify": "^4.0.5"
46 },
47 "dependencies": {
48 "es2040": "^1.2.3",
49 "xhr": "^2.4.0"
50 }
51}
52

Built with git-ssb-web