syndicate-js/package.json

28 lines
639 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/*",
2018-10-27 19:38:45 +00:00
"test": "mocha",
"cover": "nyc --reporter=html 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",
2018-10-27 19:38:45 +00:00
"mocha": "^2.5.3",
"nyc": "^13.1.0"
}
}