37 lines
945 B
JSON
37 lines
945 B
JSON
{
|
|
"name": "rangitaki",
|
|
"version": "1.5.0",
|
|
"description": "A simple PHP blogging engine without any database dependencies",
|
|
"main": "index.php",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/mmk2410/rangitaki.git"
|
|
},
|
|
"keywords": [
|
|
"blogging",
|
|
"php"
|
|
],
|
|
"author": "Marcel Kapfer (mmk2410)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/mmk2410/rangitaki/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/mmk2410/rangitaki#README",
|
|
"devDependencies": {
|
|
"coffee-script": "^1.10.0",
|
|
"del": "^2.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-coffee": "^2.3.2",
|
|
"gulp-coffeelint": "^0.6.0",
|
|
"gulp-csso": "^2.0.0",
|
|
"gulp-sass": "^2.3.1",
|
|
"gulp-size": "^2.1.0",
|
|
"gulp-sourcemaps": "^2.0.0-alpha",
|
|
"gulp-uglify": "^1.5.3",
|
|
"merge-stream": "^1.0.0",
|
|
"node-sass": "^3.7.0"
|
|
}
|
|
}
|