syndicate-js/package.json

30 lines
718 B
JSON
Raw Normal View History

{
2018-11-01 14:55:45 +00:00
"name": "@syndicate-lang/core",
"version": "0.0.0",
"description": "Imperative Syndicate in the browser",
2018-11-01 14:55:45 +00:00
"homepage": "https://github.com/syndicate-lang/syndicate-js-core",
"license": "GPL-3.0+",
2018-11-01 15:39:19 +00:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
2018-11-01 14:55:45 +00:00
"url": "git://github.com/syndicate-lang/syndicate-js-core"
},
"scripts": {
"clean": "rm -f dist/*",
2018-10-27 19:38:45 +00:00
"test": "mocha",
"cover": "nyc --reporter=html mocha"
},
2018-11-01 14:55:45 +00:00
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"devDependencies": {
"chai": "^4.2.0",
"chai-immutable": "^2.0.0-rc.2",
2018-11-01 15:30:47 +00:00
"mocha": "^5.2.0",
2018-10-27 19:38:45 +00:00
"nyc": "^13.1.0"
2018-11-01 14:55:45 +00:00
},
"dependencies": {
"immutable": "^3.8.2"
}
}