forked from typemill/typemill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "typemill",
"version": "1.0.0",
"description": "TYPEMILL is a lightweight flat file cms for micro-publishers. You can use it for documentations, manuals, special interest websites, and any other information-driven web-project. You can also enhance Typemill with plugins and generate professional e-books in pdf-format with it. The website http://typemill.net runs with Typemill.",
"main": "index.js",
"scripts": {
"e2e": "cypress open --project .",
"install-and-e2e": "npm i && composer update && cypress open --project ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/typemill/typemill.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/typemill/typemill/issues"
},
"homepage": "https://github.com/typemill/typemill#readme",
"devDependencies": {
"fs-extra": "^10.0.1"
}
}