-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 872 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
{
"name": "Geneysis",
"version": "0.0.1",
"description": "A Bacteriophage Protein Alignment Tool",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron-quick-start.git"
},
"keywords": [
"bacteriophage",
"alignment"
],
"author": "PJ Tatlow",
"license": "",
"bugs": {
"url": "https://github.com/electron/electron-quick-start/issues"
},
"homepage": "https://github.com/electron/electron-quick-start#readme",
"devDependencies": {
"electron-prebuilt": "1.2.0" ,
"angular-ui-bootstrap": "1.3.3" ,
"angular" : "1.5.6" ,
"angular-animate" : "1.5.6" ,
"angular-route" : "1.5.6" ,
"bootstrap" : "3.3.6" ,
"python-shell" : "0.4.0" ,
"shelljs" : "0.7.0",
"sqlite3" : "3.1.4",
"jsonfile" : "2.3.1"
}
}