preserves/implementations/javascript/package.json

25 lines
584 B
JSON

{
"name": "preserves",
"version": "0.3.0",
"description": "Experimental data serialization format",
"homepage": "https://gitlab.com/preserves/preserves",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": "gitlab:preserves/preserves",
"scripts": {
"test": "mocha",
"cover": "nyc --reporter=html mocha"
},
"main": "src/index.js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"devDependencies": {
"mocha": "^5.2.0",
"nyc": "^14.1.1"
},
"dependencies": {
"immutable": "^4.0.0-rc.12"
}
}