forked from micnews/apple-news
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "@bustle/apple-news",
"version": "3.0.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": "^3.2.0",
"eslint": "^4.19.1",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"nyc": "^15.0.1",
"pem": "^1.14.4",
"tape": "^4.13.2"
},
"dependencies": {
"eachy": "^1.0.5",
"file-type": "^14.1.4",
"form-data": "^3.0.0",
"object-assign": "^4.0.1"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=5.0.0"
}
}