Skip to content
Snippets Groups Projects
package.json 647 B
Newer Older
Mike Lynch's avatar
Mike Lynch committed
{
Mike Lynch's avatar
Mike Lynch committed
  "version": "1.0.4",
  "description": "Converts a ReDBox data publication to an RO-crate",
Mike Lynch's avatar
Mike Lynch committed
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha ./**/*spec.js"
Mike Lynch's avatar
Mike Lynch committed
  },
  "keywords": [
    "datacrate",
    "data"
  ],
  "author": "Mike Lynch",
  "repository": "https://code.research.uts.edu.au/960700/datacrate",
Mike Lynch's avatar
Mike Lynch committed
}