forked from privrja/smilesDrawer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "smiles-drawer",
"version": "2.1.6",
"description": "A SMILES drawer and parser. Generate molecular structure depictions in pure JavaScript. With new feature to compute building blocks from sequence.",
"main": "./app.js",
"repository": "https://github.com/privrja/smilesDrawer.git",
"author": "Daniel Probst, Reymond Group, University of Berne, Přívratský Jan (building blocks), FIT CTU Prague",
"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.0",
"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": "^3.0.0",
"jasmine": "^3.3.0",
"vinyl-buffer": ">=1.0.1",
"vinyl-source-stream": ">=2.0.0",
"watchify": "^4.0.0",
"webpack-stream": "^6.1.2"
},
"scripts": {
"test": "jasmine"
}
}