syndicate-js/package.json

26 lines
575 B
JSON
Raw Normal View History

{
"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 <tonyg@ccs.neu.edu>",
"devDependencies": {
"chai": "^4.2.0",
"chai-immutable": "^2.0.0-rc.2",
"immutable": "^3.8.2",
"mocha": "^2.5.3"
}
}