preserves/implementations/javascript/package.json

27 lines
609 B
JSON

{
"name": "preserves",
"version": "0.0.0",
"description": "Data serialization format",
"homepage": "https://gitlab.com/tonyg/preserves",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "gitlab:tonyg/preserves",
"scripts": {
"test": "mocha",
"cover": "nyc --reporter=html mocha"
},
"main": "src/index.js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"devDependencies": {
"chai": "^4.2.0",
"chai-immutable": "^2.0.0-rc.2",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
},
"dependencies": {
"immutable": "^3.8.2"
}
}