mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
38 lines
971 B
JSON
38 lines
971 B
JSON
|
{
|
||
|
"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"
|
||
|
},
|
||
|
"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": {},
|
||
|
"devDependencies": {
|
||
|
"node-sass": "^4.7.2",
|
||
|
"sass-loader": "^6.0",
|
||
|
"css-loader": "^0.28",
|
||
|
"style-loader": "^0.19",
|
||
|
"extract-text-webpack-plugin": "^3.0",
|
||
|
"webpack": "^3.10.0"
|
||
|
}
|
||
|
}
|