preserves/implementations/javascript/package.json

25 lines
570 B
JSON
Raw Normal View History

{
"name": "preserves",
2019-06-24 09:44:58 +00:00
"version": "0.0.16",
2018-11-13 14:08:55 +00:00
"description": "Experimental 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": {
"mocha": "^5.2.0",
"nyc": "^13.1.0"
},
"dependencies": {
"immutable": "^4.0.0-rc.12"
}
}