-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
42
43
44
45
{
"name": "g.iimse",
"version": "0.0.5",
"description": "G® — A Next Generation Molecular Storage Environment from Quantumømics, Inc.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/quantumomics/G.git"
},
"keywords": [
"G",
"Molecules",
"Storage",
"Environment"
],
"author": {
"name": "quantumømics, Inc.",
"email": "quantumomics@gmail.com",
"url": "http://research.sequomics.com/"
},
"maintainers": [
{
"name": "Prabhat Kumar",
"email": "prabhat.omics@gmail.com",
"url": "http://prabhatkumar.org/"
},
{
"name": "Sequømics, Inc.",
"email": "sequomics@gmail.com",
"url": "http://sequomics.com/"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/quantumomics/G/issues"
},
"homepage": "https://github.com/quantumomics/G#readme",
"dependencies": {},
"devDependencies": {},
"peerDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.0"
}
}