forked from reymond-group/smilesDrawer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 937 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
{
"name": "smiles-drawer",
"version": "2.1.7",
"description": "A SMILES drawer and parser. Generate molecular structure depictions in pure JavaScript.",
"main": "./app.js",
"repository": "https://github.com/reymond-group/smilesDrawer.git",
"author": "Daniel Probst, Reymond Group, University of Berne",
"license": "MIT",
"private": false,
"devDependencies": {
"babel-core": ">=6.26.3",
"babel-preset-env": ">=1.7.0",
"babelify": "^10.0.0",
"browserify": ">=16.2.3",
"docdash": "^1.0.3",
"gulp": "^4.0.2",
"gulp-babel-minify": "^0.5.0",
"gulp-concat": ">=2.6.1",
"gulp-exit": "0.0.2",
"gulp-jsdoc3": ">=2.0.0",
"gulp-rename": ">=1.4.0",
"gulp-sourcemaps": "^2.6.5",
"jsdoc": "^4.0.0",
"vinyl-buffer": ">=1.0.1",
"vinyl-source-stream": ">=2.0.0",
"watchify": "^3.11.1",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"chroma-js": "^2.4.2"
}
}