forked from rcsb/mmtf-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
{
"name": "mmtf-javascript",
"version": "1.0.0",
"description": "JavaScript library for working with MMTF files",
"main": "dist/mmtf-decode.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/rcsb/mmtf-javascript.git"
},
"bugs": {
"url": "https://github.com/rcsb/mmtf-javascript/issues"
},
"author": "Alexander Rose <[email protected]>",
"contributors": [
"Anthony Bradley <[email protected]>"
],
"license": "MIT",
"keywords": [
"compression",
"molecular structure",
"chemical structure",
"science"
],
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-jsdoc3": "^0.2.1",
"gulp-jshint": "^2.0.0",
"gulp-qunit": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^1.7.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"jshint": "^2.9.1",
"qunit": "^0.9.1"
},
"dependencies": {
"argparse": "^1.0.7",
"csv-write-stream": "^1.0.0",
"es6-object-assign": "^1.0.1",
"performance-now": "^0.2.0",
"promise": "^7.1.1",
"request": "^2.72.0"
}
}