This repository was archived by the owner on Aug 3, 2018. It is now read-only.
forked from Bridgeconn/autographa-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 2.08 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Autographa",
"version": "0.0.1",
"ProductName": "Autographa Lite",
"description": "Yet another Bible translation editor.",
"main": "app.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm install bower && bower install bootstrap-sass-official && npm install gulp && ./node_modules/.bin/gulp",
"pack-win": "electron-packager . Autographa --overwrite --platform=win32 --arch=x64 --icon=app/assets/images/icon.ico --out=dist --win32metadata.CompanyName='OA' --win32metadata.ProductName='Autographa Lite'",
"postinstall": "cd node_modules/leveldown && HOME=~/.electron-gyp node-gyp rebuild --target=1.4.12 --arch=x64 --dist-url=https://atom.io/download/atom-shell",
"postinstall_windows": "cd node_modules/pouchdb/node_modules/leveldown; node-gyp rebuild --target=1.4.12 --dist-url=https://atom.io/download/atom-shell",
"installer": "node ./script/installer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bridgeconn/bib-edit.git"
},
"keywords": [
"Desktop",
"Bible Editor",
"USFM",
"USFM Editor"
],
"author": "Bridgeconn",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bridgeconn/bib-edit/issues"
},
"homepage": "https://github.com/Bridgeconn/bib-edit#readme",
"dependencies": {
"diff-match-patch": "^1.0.0",
"electron-squirrel-startup": "^1.0.0",
"pouchdb-adapter-leveldb": "^6.1.0",
"pouchdb-core": "^6.1.0",
"pouchdb-quick-search": "^1.2.0"
},
"devDependencies": {
"electron": "1.4.12",
"rimraf": "^2.5.4",
"electron-winstaller": "^2.5.1",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-pug": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-util": "^3.0.6",
"main-bower-files": "^2.9.0"
},
"build": {
"appId": "oa.autographa.lite",
"ProductName": "Autographa Lite"
}
}