{ "name": "colymba-gridfield-bulk-editing-tools", "version": "3.0.0", "description": "Bulk upload and record editing for SilverStripe CMS", "engines": { "node": "^6.x" }, "scripts": { "build": "NODE_ENV=production webpack -p --bail --progress", "watch": "NODE_ENV=development webpack --watch --progress", "tx": "tx push --source && tx pull --all && node transifex.js", "dist": "npm run tx && npm run build" }, "repository": { "type": "git", "url": "git://github.com/tractorcow/silverstripe-fluent.git" }, "keywords": [ "bulk", "manager", "upload", "silverstripe" ], "author": "Thierry Francois", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/colymba/GridFieldBulkEditingTools/issues" }, "homepage": "https://github.com/colymba/GridFieldBulkEditingTools", "dependencies": { "webpack": "^3.10" }, "devDependencies": { "@silverstripe/webpack-config": "^0.7" } }