-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 984 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
39
40
41
42
43
44
45
46
{
"name": "embedify",
"version": "4.0.8",
"description": "oEmbed library for Soundcloud, Spotify, Vimeo and Youtube",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/moooji/embedify.git"
},
"keywords": [
"oEmbed",
"youtube",
"vimeo",
"soundcloud",
"spotify",
"embed"
],
"author": "Steffen Strätz",
"license": "MIT",
"bugs": {
"url": "https://github.com/moooji/embedify/issues"
},
"dependencies": {
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"custom-error-generator": "^7.0.0",
"valido": "^2.0.14"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.7.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.3.0",
"express": "^4.15.4",
"mocha": "^3.5.3",
"mocha-eslint": "^4.1.0"
}
}