docs/docs-web/src/main/webapp/package.json

54 lines
1.2 KiB
JSON
Raw Normal View History

2014-02-23 02:28:44 +01:00
{
"name": "sismics-docs",
"description": "Lightweight document management system",
"readme": "See http://github.com/simics/docs for more informations.",
2016-06-16 22:15:54 +02:00
"license": "GPL-2.0",
"version": "1.5.0",
2014-02-23 02:28:44 +01:00
"repository": {
"type": "git",
"url": "git://github.com/sismics/docs.git"
},
"apidoc": {
2019-02-12 13:57:54 +01:00
"name": "Teedy API",
"title": "Teedy API",
"url": "/api",
"template": {
"withCompare": false,
"withGenerator": false
2016-05-13 00:45:08 +02:00
},
"order": [
"User",
"Group",
"Document",
"File",
"Tag",
"Comment",
"Share",
"Acl",
"Auditlog",
"App",
"Theme",
"Vocabulary"
2016-05-14 23:10:29 +02:00
],
"header": {
"title": "Getting started",
"filename": "header.md"
}
},
2014-02-23 02:28:44 +01:00
"devDependencies": {
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-apidoc": "^0.11.0",
"grunt-cleanempty": "^1.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
2017-11-10 22:00:34 +01:00
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-css": "^0.5.4",
"grunt-htmlrefs": "^0.5.0",
"grunt-ng-annotate": "^2.0.2",
2017-11-10 22:00:34 +01:00
"grunt-text-replace": "^0.4.0"
2014-02-23 02:28:44 +01:00
}
}