-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 883 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
42
{
"name": "biojs-io-matrix",
"version": "1.0.3",
"description": "Parses 2D matrices (e.g. PAM)",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"homepage": "https://github.com/greenify/biojs-io-matrix",
"author": {
"name": "greenify",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/greenify/biojs-io-matrix.git"
},
"bugs": {
"url": "https://github.com/greenify/biojs-io-matrix/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/greenify/biojs-io-matrix/blob/master/LICENSE"
}
],
"keywords": [
"biojs",
"PAM",
"matrix"
],
"license": "MIT",
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-mocha": "^2.0.0",
"mocha": "^2.0.1"
},
"dependencies": {
"biojs-io-parser": "^1.0.0"
}
}