-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 986 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
{
"name": "Caudex",
"version": "0.0.2",
"description": "Understand your DNA",
"main": "app/main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Calvin Webster <[email protected]>",
"license": "MIT",
"dependencies": {
"dna2json": "^1.0.1",
"electron": "^1.3.5",
"genoset-101": "0.0.2",
"genoset-119": "^1.0.1",
"genoset-122": "^1.0.0",
"genoset-137": "^1.0.0",
"genoset-150": "^1.0.1",
"genoset-152": "^1.0.1",
"genoset-159": "^1.0.4",
"genoset-191": "^1.0.0",
"genoset-209": "^1.0.0",
"genoset-211": "^1.0.0",
"genoset-216": "^1.0.0",
"genoset-221": "^1.0.0",
"genoset-228": "^1.0.1",
"genoset-243": "^1.1.1",
"genoset-248": "^1.0.1",
"genoset-291": "^1.0.1",
"genoset-male": "^1.0.0",
"gql": "^1.1.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"rx": "^4.1.0"
},
"engines": {
"node": "6.0.0"
}
}