UNPKG

boxes-scroll

Version:

[![npm version](https://img.shields.io/npm/v/boxes-scroll.svg)](https://www.npmjs.com/package/boxes-scroll) [![Build Status](https://travis-ci.org/hhdevelopment/boxes-scroll.svg?branch=master)](https://travis-ci.org/hhdevelopment/boxes-scroll) [![Github](

36 lines (35 loc) 768 B
{ "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" } }