-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 891 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
40
41
{
"name": "genoset-291",
"version": "1.0.2",
"description": "Determines lower heart attack risk than average - 10-20% of people",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "tap ./tests/*.js | tap-spec",
"lint": "./node_modules/.bin/standard *.js"
},
"repository": {
"type": "git",
"url": "git://github.com/calweb/genoset-291.git"
},
"keywords": [
"dna",
"genoset",
"gs291",
"genes",
"heart+risk"
],
"author": "Calvin Webster <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/calweb/genoset-291/issues"
},
"homepage": "https://github.com/calweb/genoset-291#readme",
"devDependencies": {
"standard": "^7.0.1",
"tap": "^5.7.1",
"tap-spec": "^4.1.1"
},
"dependencies": {
"gql": "^1.1.2"
},
"engines": {
"node": "~6.9.1"
}
}