rittenhop-ghost/versions/5.94.2/node_modules/mobiledoc-dom-renderer/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "mobiledoc-dom-renderer",
"version": "0.7.2",
"description": "Renders Mobiledoc input to DOM output",
"license": "MIT",
"author": "Cory Forsyth <cory.forsyth@gmail.com> (http://coryforsyth.com/)",
"homepage": "https://github.com/bustle/mobiledoc-dom-renderer",
"repository": {
"type": "git",
"url": "https://github.com/bustle/mobiledoc-dom-renderer"
},
"bugs": {
"url": "https://github.com/bustle/mobiledoc-dom-renderer/issues"
},
"keywords": [
"mobiledoc",
"mobiledoc-renderer"
],
"main": "dist/commonjs/mobiledoc-dom-renderer/index.js",
"module": "lib/index.js",
"files": [
"dist",
"lib",
"index.js"
],
"scripts": {
"start": "broccoli serve",
"test": "testem ci",
"build": "rm -rf dist/ && broccoli build dist",
"prepublish": "npm run build",
"build:tests": "rm -rf tests && BROCCOLI_ENV=tests broccoli build tests",
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s",
"version": "npm run update-changelog && git add CHANGELOG.md"
},
"devDependencies": {
"broccoli": "^0.16.3",
"broccoli-cli": "^1.0.0",
"broccoli-funnel": "^1.1.0",
"broccoli-merge-trees": "^0.2.1",
"broccoli-multi-builder": "^0.2.6",
"broccoli-test-builder": "^0.2.0",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.1.1",
"simple-dom": "^0.3.2",
"testem": "^1.15.0"
}
}