@veams/plugin-dom
Version:
The VeamsDOM plugin is simple plugin for which you need to pass a DOM handler like jQuery. For some other plugins VeamsDOM is a requirement.
30 lines (29 loc) • 886 B
JSON
{
"name": "@veams/plugin-dom",
"version": "1.0.3",
"description": "The VeamsDOM plugin is simple plugin for which you need to pass a DOM handler like jQuery. For some other plugins VeamsDOM is a requirement.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.json --outDir lib --declarationDir lib --declaration --module commonjs",
"start": "tsc --project tsconfig.json --watch --outDir lib --declarationDir lib --declaration --module commonjs",
"prepublish": "npm run build"
},
"devDependencies": {
"typescript": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/veams/plugin-dom.git"
},
"keywords": [
"veams",
"veams-plugin"
],
"author": "Sebastian Fitzner",
"license": "MIT",
"bugs": {
"url": "https://github.com/veams/plugin-dom/issues"
},
"homepage": "http://veams.org/"
}