-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.64 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "biojs-io-biom",
"description": "Parses biom files",
"version": "1.0.9",
"homepage": "https://github.com/molbiodiv/biojs-io-biom",
"author": {
"name": "Markus J. Ankenbrand",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/molbiodiv/biojs-io-biom.git"
},
"bugs": {
"url": "https://github.com/molbiodiv/biojs-io-biom/issues"
},
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "gulp test",
"build-browser": "gulp build-browser",
"build-browser-min": "gulp build-browser-gzip",
"watch": "gulp watch",
"test-watch": "gulp test-watch"
},
"dependencies": {
"base64-js": "^1.2.0",
"lodash": "^4.16.6",
"nets": "^3.2.0",
"text-encoding": "^0.6.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"browserify": "14.x",
"chai": "4.x",
"del": "^3.0.0",
"gulp": "^3.8.8",
"gulp-babel": "^6.1.2",
"gulp-chmod": "^2.0.0",
"gulp-coveralls": "^0.1.4",
"gulp-gzip": "^1.4.0",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "2.x",
"gulp-mocha": "3.x",
"gulp-rename": "^1.2.0",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.1",
"isparta": "^4.0.0",
"jshint": "2.x",
"mkdirp": "^0.5.0",
"mocha": "^3.4.2",
"nock": "^9.0.14",
"run-sequence": "^2.1.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.7.0"
},
"keywords": [
"biom",
"parser",
"community",
"expression",
"biojs"
]
}