48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
||
"name": "antville",
|
||
"version": "1.618",
|
||
"description": "Antville is an open source project aimed at the development of a high performance, feature rich weblog hosting software. It can easily host up to several thousands of sites (the number of weblogs is rather limited by the installation owner’s choice and server power than by software limitations).",
|
||
"main": "main.js",
|
||
"directories": {
|
||
"doc": "docs",
|
||
"test": "tests"
|
||
},
|
||
"scripts": {
|
||
"add-claustra": "tools/build/add-claustra.js",
|
||
"add-patch": "tools/build/add-patch.sh",
|
||
"antclick": "tools/build/antclick.sh",
|
||
"build": "tools/build/antville.sh",
|
||
"clean": "rm -rf build",
|
||
"docs": "tools/build/docs.sh",
|
||
"export": "tools/build/export.sh",
|
||
"jars": "tools/build/jars.sh",
|
||
"messages": "tools/build/messages.sh",
|
||
"package": "tools/build/package.sh",
|
||
"patch": "tools/build/patch.js",
|
||
"pot": "tools/build/pot.sh"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/antville/antville"
|
||
},
|
||
"author": "The Antville People",
|
||
"license": "Apache-2.0",
|
||
"browserify-css": {
|
||
"minify": true
|
||
},
|
||
"dependencies": {
|
||
"alpinejs": "^2.3.1",
|
||
"codemirror": "^5.53.2",
|
||
"jquery": "^3.5.0",
|
||
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
|
||
"js-md5": "^0.7.3",
|
||
"uikit": "^2.27.4"
|
||
},
|
||
"devDependencies": {
|
||
"browserify": "^16.5.1",
|
||
"jsdoc": "^3.6.4",
|
||
"less": "^3.11.1",
|
||
"less-plugin-clean-css": "^1.5.1",
|
||
"uglifyify": "^5.0.2"
|
||
}
|
||
}
|