forked from minbrowser/min
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
34
35
36
37
38
39
40
41
42
{
"name": "min",
"productName": "Min",
"version": "1.8.0-beta1",
"electronVersion": "3.0.0-beta.8",
"main": "main.build.js",
"dependencies": {
"dexie": "^1.2.0",
"dragula": "^3.6.2",
"mousetrap": "^1.5.3",
"pdfjs-dist": "2.0.91",
"string_score": "^0.1.22"
},
"devDependencies": {
"browserify": "^16.2.2",
"chokidar": "^2.0.4",
"decomment": "^0.9.0",
"electron": "^2.0.0-beta.6",
"electron-renderify": "0.0.2",
"grunt": "^1.0.1",
"grunt-electron": "^5.0.0",
"grunt-run": "^0.8.0",
"standard": "^7.1.0"
},
"optionalDependencies": {
"grunt-electron-installer-debian": "^0.5.0"
},
"license": "Apache-2.0",
"scripts": {
"test": "node_modules/.bin/standard --verbose js/**/*.js main/*.js",
"watch": "node ./scripts/watch.js",
"buildMain": "node ./scripts/buildMain.js",
"buildBrowser": "node ./scripts/buildBrowser.js",
"buildPreload": "node ./scripts/buildPreload.js",
"build": "npm run buildMain && npm run buildBrowser && npm run buildPreload",
"updateFilters": "node ./ext/filterLists/updateEasylist.js"
},
"repository": {
"type": "git",
"url": "https://github.com/minbrowser/min.git"
}
}