-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 906 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
{
"name": "@noticeable/remarkable-iframify",
"version": "2.1.0",
"description": "Remarkable plugin to replace URLs to video provider (e.g. Viameo, Youtube) by an embedded iframe.",
"main": "index.js",
"engines": {
"node": ">=6.11.1"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noticeableapp/remarkable-iframify.git"
},
"keywords": [
"remarkable",
"remarkable-iframify",
"remarkable-plugin",
"viameo",
"youtube"
],
"author": "Laurent Pellegrino <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/noticeableapp/remarkable-iframify/issues"
},
"homepage": "https://github.com/noticeableapp/remarkable-iframify#readme",
"devDependencies": {
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"mocha": "^3.5.0"
}
}