forked from facundoolano/aso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "aso",
"version": "1.0.0",
"description": "Tools for app store optimization on iTunes and Google Play",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Facundo Olano",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/facundoolano/aso"
},
"dependencies": {
"app-store-scraper": "^0.6.0",
"google-play-scraper": "^3.2.3",
"nlcst-to-string": "^1.1.0",
"promise-log": "^0.1.0",
"ramda": "^0.21.0",
"retext": "^2.0.0",
"retext-keywords": "^2.0.1"
},
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-semistandard": "^6.0.1",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2"
}
}