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" ,
2020-04-03 16:02:16 +02:00
2015-01-01 20:23:21 +01:00
"directories" : {
"doc" : "docs" ,
"test" : "tests"
} ,
2020-04-03 16:02:16 +02:00
2015-01-01 20:23:21 +01:00
"scripts" : {
2020-04-03 16:36:50 +02:00
"add-claustra" : "tools/build/add-claustra.js" ,
2020-04-03 16:02:16 +02:00
"add-patch" : "tools/build/add-patch.sh" ,
2020-03-29 21:13:12 +02:00
"antclick" : "tools/build/antclick.sh" ,
"build" : "tools/build/antville.sh" ,
2020-03-29 21:31:16 +02:00
"clean" : "rm -rf build" ,
2020-04-03 14:16:26 +02:00
"docs" : "tools/build/docs.sh" ,
2020-03-29 21:13:12 +02:00
"export" : "tools/build/export.sh" ,
"jars" : "tools/build/jars.sh" ,
2020-04-03 14:16:26 +02:00
"messages" : "tools/build/messages.sh" ,
"package" : "tools/build/package.sh" ,
2020-04-03 16:02:16 +02:00
"patch" : "tools/build/patch.js" ,
2020-04-03 14:16:26 +02:00
"pot" : "tools/build/pot.sh"
2015-01-01 20:23:21 +01:00
} ,
2020-04-03 16:02:16 +02:00
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
} ,
2020-04-03 16:02:16 +02: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
} ,
2020-04-03 16:02:16 +02:00
2018-03-17 20:25:26 +01:00
"dependencies" : {
2020-03-22 15:23:49 +01:00
"codemirror" : "^5.52.2" ,
2017-03-17 16:53:55 +01:00
"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" ,
2020-03-27 21:26:58 +01:00
"marked" : "^0.8.2" ,
2020-03-27 21:21:59 +01:00
"string-strip-html" : "^4.3.18" ,
2018-03-17 20:25:26 +01:00
"uikit" : "^2.27.4"
} ,
2020-04-03 16:02:16 +02:00
2018-03-17 20:25:26 +01:00
"devDependencies" : {
2020-03-22 14:36:24 +01:00
"browserify" : "^16.5.0" ,
2020-03-29 20:36:15 +02:00
"jsdoc" : "^3.6.3" ,
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" ,
"minifyify" : "^7.3.5"
2015-01-01 20:23:21 +01:00
}
}