boxes-scroll
Version:
[](https://www.npmjs.com/package/boxes-scroll) [](https://travis-ci.org/hhdevelopment/boxes-scroll) [ • 768 B
JSON
{
"name": "boxes-scroll",
"version": "2.1.16",
"author": "Achache francois",
"license": "MIT",
"files": [
"dist/index.js",
"dist/boxesscroll.js",
"dist/boxesscroll.css"
],
"main": "dist/index.js",
"keywords": [
"angular",
"ng-repeat",
"scroll",
"table"
],
"repository": {
"type": "git",
"url": "https://github.com/hhdevelopment/boxes-scroll.git"
},
"dependencies": {
"angular": "^1.6.3",
"jquery": "^3.3.1"
},
"devDependencies": {
"file-loader": "^1.x",
"webpack": "^3.x"
},
"scripts": {
"webpack": "webpack --progress --profile --colors",
"webpack-local": "webpack --progress --profile --colors --env.DEV",
"watch": "webpack --progress --profile --watch --env.DEV"
}
}