UNPKG

siafun

Version:
44 lines (43 loc) 1.04 kB
{ "name": "siafun", "version": "0.3.13", "description": "A collection of structure induction algorithms", "main": "lib/index.js", "typings": "lib/index", "files": [ "lib/" ], "scripts": { "test": "ts-node node_modules/jasmine/bin/jasmine", "build": "tsc", "prepare": "npm run build" }, "dependencies": { "arrayutils": "*", "clusterfck": "^0.6.0", "lodash": "^4.17.11", "mathjs": "^3.10.0" }, "devDependencies": { "@types/jasmine": "^3.3.9", "@types/lodash": "^4.14.119", "@types/node": "^11.9.0", "jasmine": "^3.3.1", "ts-node": "^7.0.1", "typescript": "^2.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/florianthalmann/structure-induction.git" }, "keywords": [ "structure", "induction" ], "author": "florianthalmann", "license": "ISC", "bugs": { "url": "https://github.com/florianthalmann/structure-induction/issues" }, "homepage": "https://github.com/florianthalmann/structure-induction#readme" }