shadow-function
Version:
ioing lib - shadow Function, worker Function
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "conn",
"version": "1.1.6",
"description": "Connection line element for the DOM",
"main": "index.js",
"scripts": {
"test": "node test",
"watch": "watchify -r ./index.js:connection-line -r draggy -r resizable -d -o ./bundle.js"
},
"files": [
"index.js",
"index.css",
"element.js",
"index.html"
],
"style": "index.css",
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/connection-line.git"
},
"keywords": [
"connection",
"dom",
"svg",
"web-components",
"custom-element",
"graph"
],
"author": "Deema Yvanow <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfcreative/connection-line/issues"
},
"homepage": "https://github.com/dfcreative/connection-line",
"dependencies": {
"connection-line": "^1.1.6",
"mucss": "^1.0.3",
"mustring": "^1.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"draggy": "^1.4.0",
"resizable": "^1.0.4"
},
"directories": {
"test": "test"
}
}