syndicate-js/packages/core/package.json

23 lines
609 B
JSON
Raw Normal View History

{
2018-11-01 14:55:45 +00:00
"name": "@syndicate-lang/core",
"version": "0.4.1",
"description": "Imperative Syndicate in the browser",
2018-11-02 10:59:09 +00:00
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/core",
2018-11-01 14:55:45 +00:00
"license": "GPL-3.0+",
2018-11-01 15:39:19 +00:00
"publishConfig": {
"access": "public"
},
2018-11-02 17:05:29 +00:00
"repository": "github:syndicate-lang/syndicate-js",
"scripts": {
2018-10-27 19:38:45 +00:00
"test": "mocha",
"cover": "nyc --reporter=html mocha"
},
2018-11-01 15:57:13 +00:00
"main": "src/index.js",
2018-11-01 14:55:45 +00:00
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {
2019-05-30 21:52:31 +00:00
"debug": "^4.1.1",
2019-08-31 21:45:26 +00:00
"immutable": "^4.0.0-rc.12",
2020-08-05 10:52:13 +00:00
"preserves": "0.3.1"
}
}