mercury-parser/package.json
2016-08-22 14:53:42 -04:00

18 lines
310 B
JSON

{
"name": "js_read",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
},
"dependencies": {
"rollup": "^0.34.10"
}
}