UNPKG

shortcode-insert

Version:

Shortcode parser, fully-programmable and asychronous. It can parse Wordpress shortcodes as well as embed and insert codes from other platforms.

52 lines (51 loc) 1.18 kB
{ "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" } }