-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 936 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
{
"name": "vsm-dictionary",
"version": "2.6.6",
"description": "VSM-dictionary interface specification, and parent class, having shared code for subclass implementations",
"main": "src/Dictionary.js",
"scripts": {
"lint": "eslint src",
"test": "mocha \"src/**/*.test.js\" --check-leaks",
"testw": "mocha \"src/**/*.test.js\" --check-leaks --watch"
},
"keywords": [
"VSM",
"dictionary",
"ontology",
"identifier",
"term"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vsm/vsm-dictionary"
},
"author": "Steven Vercruysse (http://stcruy.com)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/vsm/vsm-dictionary/issues"
},
"homepage": "https://github.com/vsm/vsm-dictionary#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^5.2.0"
},
"dependencies": {
"to-exponential": "^1.0.2"
}
}