-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "web-bootloader",
"description": "",
"version": "1.0.3",
"homepage": "https://github.com/dominictarr/web-bootloader",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/web-bootloader.git"
},
"devDependencies": {
"arraybuffer-base64": "^1.0.0",
"binary-xhr": "0.0.2",
"browserify": "^13.0.1",
"hyperfile": "^1.1.1",
"hyperprogress": "^0.1.1",
"indexhtmlify": "^1.3.0",
"tape": "^4.6.0"
},
"browser": {
"./_util": false
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done",
"build": "browserify index.js --igv , | indexhtmlify --appcache > index.html && node handler/cache.js > manifest.appcache",
"gh-pages": "git checkout master && git branch -D gh-pages ; git checkout -b gh-pages && git push origin gh-pages; git checkout master"
},
"author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
"license": "MIT",
"dependencies": {
"hscrpt": "0.0.1",
"human-time": "0.0.1"
}
}