antville/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

{
2018-03-17 20:25:26 +01:00
"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 owners 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",
2020-03-29 21:31:16 +02:00
"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"
},
2018-03-17 20:25:26 +01:00
"author": "The Antville People",
"license": "Apache-2.0",
"browserify-css": {
"minify": true
},
2018-03-17 20:25:26 +01:00
"dependencies": {
2020-03-22 15:23:49 +01:00
"codemirror": "^5.52.2",
"jquery": "^2.2.4",
2018-03-17 20:25:26 +01:00
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
"js-md5": "^0.7.3",
"marked": "^0.8.2",
"string-strip-html": "^4.3.18",
2018-03-17 20:25:26 +01:00
"uikit": "^2.27.4"
},
2018-03-17 20:25:26 +01:00
"devDependencies": {
"browserify": "^16.5.0",
2020-03-29 20:36:15 +02:00
"jsdoc": "^3.6.3",
"less": "^3.11.1",
2018-03-17 20:25:26 +01:00
"less-plugin-clean-css": "^1.5.1",
"minifyify": "^7.3.5"
}
}