packrat-ui
Version:
realtime bin-packing layout library
32 lines (31 loc) • 701 B
JSON
{
"name": "packrat-ui",
"version": "0.0.3",
"description": "realtime bin-packing layout library",
"main": "src/js/packrat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Josh Hundley <josh.hundley@gmail.com>",
"keywords": [
"DOM",
"browser",
"layout",
"bin",
"binpacking",
"packing",
"masonry"
],
"license": "MIT",
"devDependencies": {
"browserify": "^12.0.1",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-jshint": "^1.12.0",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^1.0.5",
"gulp-stylus": "^2.1.0",
"jshint-stylish": "^2.0.1",
"vinyl-source-stream": "^1.1.0"
}
}