{ "name": "syndicate-ijs", "version": "0.0.0", "description": "Imperative Syndicate in the browser", "homepage": "https://github.com/tonyg/syndicate", "main": "src/main.js", "repository": { "type": "git", "url": "git://github.com/tonyg/syndicate" }, "directories": { "bin": "./bin" }, "scripts": { "clean": "rm -f dist/*", "test": "mocha" }, "author": "Tony Garnock-Jones ", "devDependencies": { "chai": "^4.2.0", "chai-immutable": "^2.0.0-rc.2", "immutable": "^3.8.2", "mocha": "^2.5.3" } }