2015-01-01 20:23:21 +01:00
{
2018-03-17 20:25:26 +01:00
"name" : "antville" ,
2020-06-14 17:16:50 +02:00
"version" : "1.618.0" ,
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" : {
2023-08-26 18:42:23 +02:00
"claustra:add" : "tools/claustra/add-claustra.js" ,
2023-08-26 18:25:27 +02:00
"build" : "run-p --continue-on-error --print-label build:*" ,
2023-08-26 18:42:23 +02:00
"build:main.js" : "browserify tools/client/main.js --outfile static/scripts/main.min.js" ,
"build:editor.js" : "browserify tools/client/editor.js --outfile static/scripts/editor.min.js" ,
"build:gallery.js" : "browserify tools/client/gallery.js --outfile static/scripts/gallery.min.js" ,
2020-06-14 17:47:39 +02:00
"build:main.css" : "lessc --clean-css tools/client/main.less static/styles/main.min.css" ,
"build:editor.css" : "lessc --clean-css tools/client/editor.less static/styles/editor.min.css" ,
2023-08-26 18:42:23 +02:00
"patch:add" : "tools/updater/add-patch.js" ,
"patch:apply" : "tools/updater/run-patch.js" ,
"watch" : "run-p --continue-on-error --print-label watch:*" ,
"watch:main.js" : "onchange tools/client/main.js -- npm run build:main.js" ,
"watch:main.css" : "onchange tools/client/main.less -- npm run build:main.css" ,
"watch:editor.js" : "onchange tools/client/editor.js -- npm run build:editor.js" ,
"watch:editor.css" : "onchange tools/client/editor.less -- npm run build:editor.css" ,
"watch:gallery.js" : "onchange tools/client/gallery.js -- npm run build:gallery.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" ,
2018-03-17 20:25:26 +01:00
"dependencies" : {
2023-08-26 17:13:27 +02:00
"alpinejs" : "3.13.0" ,
2023-08-26 17:36:55 +02:00
"codemirror" : "5.65.14" ,
2023-08-28 17:54:04 +00:00
"jquery" : "3.7.1" ,
2018-03-17 20:25:26 +01:00
"jquery-collagePlus" : "github:antville/jquery-collagePlus#0.3.4" ,
2023-08-26 17:00:34 +02:00
"js-md5" : "0.7.3" ,
"uikit" : "2.27.4"
2018-03-17 20:25:26 +01:00
} ,
"devDependencies" : {
2023-08-26 17:00:34 +02:00
"browserify" : "17.0.0" ,
2023-08-26 19:43:50 +02:00
"generate-license-file" : "2.0.0" ,
2023-08-26 17:25:12 +02:00
"jsdoc" : "4.0.2" ,
2023-08-26 17:26:44 +02:00
"less" : "4.2.0" ,
2023-08-26 17:00:34 +02:00
"less-plugin-clean-css" : "1.5.1" ,
"npm-run-all" : "4.1.5" ,
"onchange" : "7.1.0" ,
"uglifyify" : "5.0.2"
2015-01-01 20:23:21 +01:00
}
}