You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mercury-parser/package.json

18 lines
333 B
JSON

8 years ago
{
"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": {},
8 years ago
"dependencies": {
"cheerio": "^0.20.0",
8 years ago
"rollup": "^0.34.10"
}
}