forked from mozilla/fathom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
51
52
{
"name": "fathom-web",
"description": "Find meaning in the web.",
"version": "2.3.0",
"author": "Erik Rose <[email protected]> (https://www.grinchcentral.com/)",
"bugs": {
"url": "https://github.com/mozilla/fathom/issues"
},
"dependencies": {
"jsdom": "^11.2.0",
"wu": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"chai": "^4.0.2",
"coveralls": "^2.11.11",
"eslint": "^3.7.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^2.1.2",
"istanbul": "^0.4.5",
"leven": "^2.1.0",
"mocha": "^3.2.0",
"rollup": "^0.50.0",
"rollup-plugin-commonjs": "^8.2.4",
"rollup-plugin-node-resolve": "^3.0.0"
},
"engines": {
"node": ">= 6.0.0"
},
"homepage": "https://github.com/mozilla/fathom",
"keywords": [
"semantic extraction",
"scoring",
"ranking",
"clustering"
],
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fathom.git"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "make lint",
"pretest": "npm run lint",
"test": "make coverage"
},
"main": "index"
}