appfollow-api-js
Version:
Appfollow API JS
50 lines (49 loc) • 1.01 kB
JSON
{
"name": "appfollow-api-js",
"version": "1.1.0",
"description": "Appfollow API JS",
"scripts": {
"preinstall": "echo node $(node -v) && echo npm $(npm -v)",
"start": "webpack --progress",
"dev": "webpack --progress -w"
},
"repository": {
"type": "git",
"url": "https://github.com/AppFollow/appfollow-api-js.git"
},
"author": "AppFollow",
"license": "ISC",
"standard": {
"ignore": [
"/dist/"
]
},
"keywords": [
"appfollow",
"api",
"js",
"app store",
"google play",
"aso",
"reviews",
"keywords"
],
"main": "index.js",
"files": [
"dist"
],
"dependencies": {
"babel-polyfill": "6.26.0",
"md5.js": "1.3.4"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-env": "1.7.0",
"babel-preset-latest": "6.24.1",
"clean-webpack-plugin": "0.1.19",
"webpack": "4.16.4",
"webpack-cli": "3.1.0"
}
}