forked from minbrowser/min
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
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
{
"name": "min",
"productName": "Min",
"version": "1.5.1",
"electronVersion": "1.4.12",
"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": {
"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",
"grunt-electron-installer-debian": "^0.4.0",
"standard": "^7.1.0"
},
"license": "Apache-2.0",
"scripts": {
"test": "node_modules/.bin/standard --verbose js/**/*.js main/*.js",
"updateFilters": "node ./ext/filterLists/updateEasylist.js"
}
}