mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
29 lines
680 B
JSON
29 lines
680 B
JSON
|
{
|
||
|
"name": "silverstripe-blog",
|
||
|
"version": "3.0.0",
|
||
|
"description": "Silverstripe blog module",
|
||
|
"main": "index.js",
|
||
|
"directories": {
|
||
|
"doc": "docs",
|
||
|
"test": "tests"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/silverstripe/silverstripe-blog.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "BSD-3",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/silverstripe/silverstripe-blog/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/silverstripe/silverstripe-blog#readme",
|
||
|
"devDependencies": {
|
||
|
"gulp": "^3.9.1",
|
||
|
"gulp-sass": "^2.3.1",
|
||
|
"gulp-watch": "^4.3.6"
|
||
|
}
|
||
|
}
|