forked from minbrowser/min
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 955 Bytes
/
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
{
"name": "min",
"productName": "Min",
"version": "1.6.1",
"electronVersion": "1.7.4",
"main": "main.build.js",
"dependencies": {
"dexie": "^1.2.0",
"dragula": "^3.6.2",
"mousetrap": "^1.5.3",
"nlp_compromise": "^1.1.5",
"string_score": "^0.1.22"
},
"devDependencies": {
"decomment": "^0.9.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-electron": "^5.0.0",
"standard": "^7.1.0"
},
"optionalDependencies": {
"grunt-electron-installer-debian": "^0.4.0"
},
"license": "Apache-2.0",
"scripts": {
"test": "node_modules/.bin/standard --verbose js/**/*.js main/*.js",
"updateFilters": "node ./ext/filterLists/updateEasylist.js",
"buildTranslations": "node ./scripts/buildLocalization.js"
},
"repository": {
"type": "git",
"url": "https://github.com/minbrowser/min.git"
}
}