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

37 lines
988 B
JSON

{
"name": "js_read",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./build",
"build": "rollup -c",
"test": "./test-runner"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-register": "^6.11.6",
"babelrc-rollup": "^3.0.0",
"mocha": "^3.0.2",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^4.1.0"
},
"dependencies": {
"cheerio": "^0.20.0",
"moment": "^2.14.1",
"request-promise": "^4.1.1",
"valid-url": "^1.0.9",
"wuzzy": "^0.1.2"
}
}