forked from micnews/apple-news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "apple-news",
"version": "2.1.0",
"description": "Node.js client for Apple News API",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "tape test && npm run lint",
"test:coverage": "nyc tape test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micnews/apple-news.git"
},
"author": "mic.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/micnews/apple-news/issues"
},
"homepage": "https://github.com/micnews/apple-news#readme",
"devDependencies": {
"async": "^2.5.0",
"eslint": "^4.12.1",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"nyc": "^8.3.0",
"pem": "^1.8.1",
"tape": "^4.5.1"
},
"dependencies": {
"eachy": "^1.0.5",
"file-type": "^3.8.0",
"form-data": "^2.0.0",
"moment": "^2.12.0",
"object-assign": "^4.0.1",
"request": "^2.81.0",
"safe-buffer": "^5.1.1"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=5.0.0"
}
}