{ "name": "@syndicate-lang/core", "version": "0.0.0", "description": "Imperative Syndicate in the browser", "homepage": "https://github.com/syndicate-lang/syndicate-js-core", "license": "GPL-3.0+", "repository": { "type": "git", "url": "git://github.com/syndicate-lang/syndicate-js-core" }, "scripts": { "clean": "rm -f dist/*", "test": "mocha", "cover": "nyc --reporter=html mocha" }, "author": "Tony Garnock-Jones ", "devDependencies": { "chai": "^4.2.0", "chai-immutable": "^2.0.0-rc.2", "mocha": "^2.5.3", "nyc": "^13.1.0" }, "dependencies": { "immutable": "^3.8.2" } }