syndicate-js/packages/core/package.json

27 lines
686 B
JSON
Raw Normal View History

{
2018-11-01 14:55:45 +00:00
"name": "@syndicate-lang/core",
"version": "0.0.11",
"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>",
"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"
}
}