forked from mozilla/fathom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 841 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
37
38
39
{
"name": "fathom-web",
"description": "Find meaning in the web.",
"version": "1.1.1",
"author": "Erik Rose <[email protected]> (https://www.grinchcentral.com/)",
"bugs": {
"url": "https://github.com/mozilla/fathom/issues"
},
"dependencies": {
"wu": "^2.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.9.0",
"jsdom": "^8.3.0",
"mocha": "^2.4.5",
"node-inspector": ">=0.12.8"
},
"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": {
"lint": "make lint",
"pretest": "npm run lint",
"test": "mocha"
}
}