-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 829 Bytes
/
package.json
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
32
33
{
"version": "1.0.609",
"name": "app-store-top-apps",
"description": "App Store' Top Apps",
"author": "Eliott Vincent <dev@eliottvincent.com>",
"main": "src/index.js",
"homepage": "https://github.com/eliottvincent/app-store-top-apps",
"repository": {
"type": "git",
"url": "git://github.com/eliottvincent/app-store-top-apps"
},
"bugs": {
"url": "https://github.com/eliottvincent/app-store-top-apps/issues"
},
"scripts": {
"bump_version": "node ./res/scripts/bump_version.js",
"release": "./res/scripts/release.sh",
"test": "nodeunit ./test/index.js",
"update": "node ./res/scripts/update.js"
},
"devDependencies": {
"nodeunit-x": "0.14.0"
},
"keywords": [
"apple",
"app-store",
"top",
"charts",
"apps",
"applications"
],
"license": "MIT"
}