2015-01-01 20:23:21 +01:00
{
2018-03-17 20:25:26 +01:00
"name" : "antville" ,
2020-03-29 20:08:05 +02:00
"version" : "1.618" ,
2015-01-01 20:23:21 +01:00
"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" : {
2020-05-17 21:26:42 +02:00
"add-claustra" : "tools/claustra/add-claustra.js" ,
"add-patch" : "tools/updater/add-patch.js" ,
"patch" : "tools/updater/run-patch.js"
2015-01-01 20:23:21 +01:00
} ,
"repository" : {
"type" : "git" ,
2020-03-22 14:35:50 +01:00
"url" : "https://github.com/antville/antville"
2015-01-01 20:23:21 +01:00
} ,
2018-03-17 20:25:26 +01:00
"author" : "The Antville People" ,
2017-03-17 17:17:48 +01:00
"license" : "Apache-2.0" ,
2015-01-01 20:23:21 +01:00
"browserify-css" : {
"minify" : true
} ,
2018-03-17 20:25:26 +01:00
"dependencies" : {
2020-05-17 14:10:27 +02:00
"alpinejs" : "=2.3.3" ,
2020-04-24 19:08:11 +02:00
"codemirror" : "^5.53.2" ,
2020-05-02 00:38:57 +02:00
"jquery" : "^3.5.0" ,
2018-03-17 20:25:26 +01:00
"jquery-collagePlus" : "github:antville/jquery-collagePlus#0.3.4" ,
"js-md5" : "^0.7.3" ,
"uikit" : "^2.27.4"
} ,
"devDependencies" : {
2020-04-24 19:08:11 +02:00
"browserify" : "^16.5.1" ,
"jsdoc" : "^3.6.4" ,
2020-03-22 14:36:24 +01:00
"less" : "^3.11.1" ,
2018-03-17 20:25:26 +01:00
"less-plugin-clean-css" : "^1.5.1" ,
2020-05-01 15:49:40 +02:00
"uglifyify" : "^5.0.2"
2015-01-01 20:23:21 +01:00
}
}