1234567891011121314151617181920 |
- {
- "name": "algorithms",
- "version": "1.0.0",
- "description": "",
- "main": "tree.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "babel Base -d lib"
- },
- "repository": {
- "type": "git",
- "url": "http://git.onarbooks.com/Klapi/algorithms"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@babel/cli": "^7.5.0",
- "@babel/core": "^7.5.4"
- }
- }
|