Updated readme + cleanup
Showing
- LICENSE 1 addition, 1 deletionLICENSE
- README.md 30 additions, 39 deletionsREADME.md
- dist/molio.esm.js 0 additions, 681 deletionsdist/molio.esm.js
- dist/molio.js 0 additions, 0 deletionsdist/molio.js
- molio.sublime-project 0 additions, 8 deletionsmolio.sublime-project
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 8 additions, 14 deletionspackage.json
- rollup.config.js 0 additions, 40 deletionsrollup.config.js
dist/molio.esm.js
deleted
100644 → 0
dist/molio.js
deleted
100644 → 0
molio.sublime-project
deleted
100644 → 0
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
{ | { | ||
"name": "mol-star", | "name": "mol-star-proto", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"description": "Comprehensive molecular library.", | "description": "Comprehensive molecular library.", | ||
"main": "dist/molio.js", | |||
"module": "dist/molio.esm.js", | |||
"types": "src/index.d.ts", | |||
"scripts": { | "scripts": { | ||
"lint": "./node_modules/.bin/tslint src/**/*.ts", | "lint": "./node_modules/.bin/tslint src/**/*.ts", | ||
"build": "./node_modules/.bin/tsc", | "build": "./node_modules/.bin/tsc", | ||
"watch": "./node_modules/.bin/tsc -watch", | "watch": "./node_modules/.bin/tsc -watch", | ||
"bundle": "./node_modules/.bin/rollup -c", | |||
"test": "./node_modules/.bin/jest", | "test": "./node_modules/.bin/jest", | ||
"dist": "./node_modules/.bin/uglifyjs build/js/molio.dev.js -cm > dist/molio.js && cp build/js/molio.esm.js dist/molio.esm.js", | "script": "node build/node_modules/script.js", | ||
"script": "./node_modules/.bin/rollup build/node_modules/script.js -e fs -f cjs -o build/js/script.js", | |||
"runscript": "node build/node_modules/script.js", | |||
"download-dics": "./node_modules/.bin/download -o build/dics http://mmcif.wwpdb.org/dictionaries/ascii/mmcif_pdbx_v50.dic && ./node_modules/.bin/download -o build/dics http://mmcif.wwpdb.org/dictionaries/ascii/mmcif_ddl.dic" | "download-dics": "./node_modules/.bin/download -o build/dics http://mmcif.wwpdb.org/dictionaries/ascii/mmcif_pdbx_v50.dic && ./node_modules/.bin/download -o build/dics http://mmcif.wwpdb.org/dictionaries/ascii/mmcif_ddl.dic" | ||
}, | }, | ||
"jest": { | "jest": { | ||
... | @@ -34,9 +28,9 @@ | ... | @@ -34,9 +28,9 @@ |
"license": "MIT", | "license": "MIT", | ||
"devDependencies": { | "devDependencies": { | ||
"@types/benchmark": "^1.0.31", | "@types/benchmark": "^1.0.31", | ||
"@types/express": "^4.0.39", | "@types/express": "^4.11.0", | ||
"@types/jest": "^21.1.8", | "@types/jest": "^21.1.10", | ||
"@types/node": "^8.0.56", | "@types/node": "^8.5.8", | ||
"@types/node-fetch": "^1.6.7", | "@types/node-fetch": "^1.6.7", | ||
"benchmark": "^2.1.4", | "benchmark": "^2.1.4", | ||
"download-cli": "^1.0.5", | "download-cli": "^1.0.5", | ||
... | @@ -45,12 +39,12 @@ | ... | @@ -45,12 +39,12 @@ |
"rollup-plugin-buble": "^0.16.0", | "rollup-plugin-buble": "^0.16.0", | ||
"rollup-plugin-commonjs": "^8.2.6", | "rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-json": "^2.3.0", | "rollup-plugin-json": "^2.3.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | "rollup-plugin-node-resolve": "^3.0.2", | ||
"rollup-watch": "^4.3.1", | "rollup-watch": "^4.3.1", | ||
"ts-jest": "^21.2.4", | "ts-jest": "^21.2.4", | ||
"tslint": "^5.8.0", | "tslint": "^5.9.1", | ||
"typescript": "^2.6.2", | "typescript": "^2.6.2", | ||
"uglify-js": "^3.2.1", | "uglify-js": "^3.3.7", | ||
"util.promisify": "^1.0.0" | "util.promisify": "^1.0.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
... | ... |
rollup.config.js
deleted
100644 → 0
Please register or sign in to comment