silverstripe-dms/package.json
dependabot[bot] 04a81b6bb9
Bump node-sass from 4.13.0 to 4.13.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 00:03:21 +00:00

37 lines
903 B
JSON

{
"name": "silverstripe-dms",
"version": "2.0.0",
"description": "SilverStripe Document Management System",
"directories": {
"doc": "docs",
"test": "tests"
},
"devDependencies": {
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"webpack": "^2.5.1"
},
"scripts": {
"build": "webpack --bail --progress",
"watch": "webpack --watch --progress"
},
"repository": {
"type": "git",
"url": "git://github.com/silverstripe/silverstripe-dms.git"
},
"keywords": [
"silverstripe",
"dms"
],
"author": "SilverStripe Ltd",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/silverstripe/silverstripe-dms/issues"
},
"homepage": "https://github.com/silverstripe/silverstripe-dms#readme"
}