UNPKG

1.01 kBJSONView Raw
1{
2 "name": "appfollow-api-js",
3 "version": "1.1.0",
4 "description": "Appfollow API JS",
5 "scripts": {
6 "preinstall": "echo node $(node -v) && echo npm $(npm -v)",
7 "start": "webpack --progress",
8 "dev": "webpack --progress -w"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/AppFollow/appfollow-api-js.git"
13 },
14 "author": "AppFollow",
15 "license": "ISC",
16 "standard": {
17 "ignore": [
18 "/dist/"
19 ]
20 },
21 "keywords": [
22 "appfollow",
23 "api",
24 "js",
25 "app store",
26 "google play",
27 "aso",
28 "reviews",
29 "keywords"
30 ],
31 "main": "index.js",
32 "files": [
33 "dist"
34 ],
35 "dependencies": {
36 "babel-polyfill": "6.26.0",
37 "md5.js": "1.3.4"
38 },
39 "devDependencies": {
40 "babel-core": "6.26.3",
41 "babel-loader": "7.1.5",
42 "babel-plugin-add-module-exports": "0.2.1",
43 "babel-preset-env": "1.7.0",
44 "babel-preset-latest": "6.24.1",
45 "clean-webpack-plugin": "0.1.19",
46 "webpack": "4.16.4",
47 "webpack-cli": "3.1.0"
48 }
49}