-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.16 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.16 KB
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
48
49
50
51
{
"name": "shortcode-insert",
"version": "1.0.2",
"description": "Shortcode parser, fully-programmable and asychronous. It can parse Wordpress shortcodes as well as embed and insert codes from other platforms.",
"main": "index.js",
"scripts": {
"test": "./bin/test"
},
"engines": ">=6.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/whitebolt/shortcode-insert.git"
},
"keywords": [
"Shortcode",
"Async",
"Wordpress",
"RegExp",
"Embed",
"Template"
],
"author": {
"email": "hello@whitebolt.net",
"name": "Whitebolt"
},
"contributors": [
{
"email": "stephen@whitebolt.net",
"name": "Stephen Simpson"
},
{
"email": "kris@whitebolt.net",
"name": "Kristjan Allikas"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/whitebolt/shortcode-insert/issues"
},
"homepage": "https://github.com/whitebolt/shortcode-insert#readme",
"dependencies": {
"bluebird": "^3.4.6",
"chai-as-promised": "^6.0.0",
"lodash": "^4.16.4"
},
"devDependencies": {
"chai": "^3.3.0",
"jsdoc-parse": "^1.1.0",
"mocha": "^2.3.3"
}
}