-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.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
34
35
36
37
38
39
40
41
42
{
"name": "mie",
"productName": "Mie",
"version": "0.2.2",
"electronVersion": "1.4.12",
"main": "main.build.js",
"dependencies": {
"3x1st": "^1.0.3",
"3x3c": "^1.0.2",
"async": "^2.1.4",
"bugsnag": "^1.9.0",
"dexie": "^1.5.1",
"dragula": "^3.7.2",
"electron-lets-move": "0.0.5",
"jquery": "^3.1.1",
"mkdirp": "^0.5.1",
"mousetrap": "^1.6.0",
"nlp_compromise": "^6.5.3",
"node-notifier": "^5.0.2",
"parse-tampermonkey-script": "^1.0.5",
"slug": "^0.9.1",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"string_score": "^0.1.22",
"url-parse": "^1.1.7",
"url-steroids": "^1.0.5"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-electron": "^5.0.0",
"grunt-electron-installer-debian": "^0.4.0",
"standard": "^8.6.0"
},
"license": "Apache-2.0",
"scripts": {
"test": "node_modules/.bin/standard --verbose js/**/*.js main/*.js",
"updateFilters": "node ./ext/filterLists/updateEasylist.js"
}
}