forked from JanHalozan/iTunesConnectAnalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 822 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
34
35
36
37
38
{
"name": "itunesconnectanalytics",
"description": "Apple iTunesConnect analytics API client.",
"keywords": [
"itunes",
"itunesconnect",
"apple",
"analytics",
"api",
"client"
],
"author": "Jan Halozan <[email protected]>",
"contributors": [
"Marko Cungl"
],
"version": "0.4.3",
"repository": "JanHalozan/iTunesConnectAnalytics",
"main": "src/analytics.js",
"files": [
"README.md",
"LICENSE",
"src/"
],
"scripts": {
"pretest": "npm install",
"test": "./node_modules/nodeunit/bin/nodeunit ./test/itunesconnectanalytics.js"
},
"license": "CC-BY-4.0",
"dependencies": {
"async": "^2.0.0-rc.4",
"moment": "^2.13.0",
"request": "^2.72.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"nodeunit": "^0.9.1"
}
}