-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
43
44
45
46
47
48
49
50
{
"name": "overview-entity-filter",
"version": "1.0.7",
"description": "Overview plugin that filters words, looking for entities",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/overview/overview-word-filter.git"
},
"keywords": [
"Overview",
"plugin",
"entity",
"entities",
"filter",
"words",
"terms",
"tokens"
],
"author": "Adam Hooper <adam@adamhooper.com>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/overview/overview-word-filter/issues"
},
"homepage": "https://github.com/overview/overview-word-filter",
"dependencies": {
"debug": "^3.1.0",
"express": "^4.16.3",
"js-native-ternary-buffer-tree": "^0.2.0",
"js-sorted-set": "^0.2.0",
"morgan": "^1.6.1",
"oboe": "^2.1.2",
"overview-js-token-bin": "0.0.5"
},
"devDependencies": {
"base64-inline-loader": "^1.1.1",
"css-loader": "^3.4.2",
"events": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"lodash.template": "^4.4.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"numeral": "^2.0.6",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}