antville/package.json

44 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "antville",
"version": "1.6.18",
"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": {
"build": "yarn build:fonts; yarn build:main; yarn build:editor",
"build:editor": "yarn build:editor:scripts; yarn build:editor:styles",
"build:editor:scripts": "browserify build/client/editor.js -o static/scripts/editor.min.js -d -p [minifyify --map /static/scripts/editor.min.map.json --output static/scripts/editor.min.map.json]",
"build:editor:styles": "lessc --clean-css build/client/editor.less static/styles/editor.min.css",
"build:fonts": "cp -Rp ./node_modules/uikit/dist/fonts static/",
"build:main": "yarn build:main:scripts; yarn build:main:styles",
"build:main:scripts": "browserify build/client/main.js -o static/scripts/main.min.js -d -p [minifyify --map /static/scripts/main.min.map.json --output static/scripts/main.min.map.json]",
"build:main:styles": "lessc --clean-css build/client/main.less static/styles/main.min.css"
},
"repository": {
"type": "git",
"url": "https://github.com/antville/antville"
},
"author": "The Antville People",
"license": "Apache-2.0",
"browserify-css": {
"minify": true
},
"dependencies": {
"codemirror": "^5.52.2",
"jquery": "^2.2.4",
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
"js-md5": "^0.7.3",
"marked": "=0.3.3",
"string-strip-html": "^4.3.18",
"uikit": "^2.27.4"
},
"devDependencies": {
"browserify": "^16.5.0",
"less": "^3.11.1",
"less-plugin-clean-css": "^1.5.1",
"minifyify": "^7.3.5"
}
}