-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "oembedder",
"version": "2.1.1",
"description": "Library to oEmbed a resource",
"main": "index.js",
"scripts": {
"format": "prettier --single-quote --write \"{config}/**/*.js\" \"index.js\"",
"lint": "eslint --ext .js index.js config",
"precommit": "lint-staged",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dinos Theodorou <[email protected]>",
"license": "MIT",
"dependencies": {
"image-size": "^0.7.1",
"request": "^2.88.0",
"sqrap": "^1.1.5"
},
"keywords": [
"oembed",
"embedded",
"Node.js",
"web-scraping"
],
"repository": {
"type": "git",
"url": "https://github.com/dinostheo/oembedder.git"
},
"bugs": {
"url": "https://github.com/dinostheo/oembedder/issues"
},
"homepage": "https://github.com/dinostheo/oembedder",
"devDependencies": {
"editorconfig": "^0.15.2",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.14.0",
"husky": "^1.3.1",
"lint-staged": "^7.3.0",
"prettier": "^1.15.3"
}
}