37 lines
737 B
JSON
37 lines
737 B
JSON
|
|
{
|
||
|
|
"name": "region-align",
|
||
|
|
"version": "2.1.3",
|
||
|
|
"description": "A helper to align rectangular regions in the DOM",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "make test",
|
||
|
|
"test-w": "make test-w",
|
||
|
|
"test-debug": "mocha --debug-brk"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "~1.21.0",
|
||
|
|
"should": "~4.0.4"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/radubrehar/region-align.git"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"align",
|
||
|
|
"region",
|
||
|
|
"rectangle",
|
||
|
|
"dom",
|
||
|
|
"html",
|
||
|
|
"element"
|
||
|
|
],
|
||
|
|
"author": "Radu Brehar",
|
||
|
|
"license": "MIT",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/radubrehar/region-align/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"object-assign": "^4.0.1",
|
||
|
|
"region": "^2.1.2"
|
||
|
|
}
|
||
|
|
}
|