-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 984 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
{
"name":"genoset-bitter",
"description":"Determines if a genome is 80% likely to be unable to taste bitter. (GS116)",
"version":"0.0.2",
"homepage":"http://github.com/thomasbeta/genoset-bitter",
"repository":"git://github.com/thomasbeta/genoset-bitter.git",
"author":"Thomas O'Brien <[email protected]> (https://github.com/thomasbeta)",
"main":"./index.js",
"keywords": ["genome", "genoset", "gs116", "dna", "genetics", "genes", "taste", "diet", "bitter"],
"dependencies":{
"gql":"*"
},
"devDependencies":{
"mocha":"*",
"should":"*",
"JSONStream":"*",
"event-stream":"*"
},
"scripts":{
"test":"mocha"
},
"engines":{
"node":">= 0.4.0"
},
"licenses":[
{
"type":"MIT",
"url":"http://github.com/thomasbeta/genoset-bitter/raw/master/LICENSE"
}
],
"maintainers": [
{
"name": "Thomas O'Brien",
"email": "[email protected]"
}
]
}