-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 833 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "quark-server",
"version": "0.0.0-development",
"description": "Quark server",
"keywords": [
"quark",
"server"
],
"license": "MIT",
"author": "fm_ph",
"contributors": [
"Patrick Heng <hengpatrick.pro@gmail.com> (http://hengpatrick.fr/)",
"Fabien Motte <contact@fabienmotte.com> (http://fabienmotte.com/)"
],
"scripts": {
"docs": "npm run docs:clean && phpdoc -n -q",
"docs:clean": "rimraf docs",
"docs:deploy": "npm run docs && gh-pages -d docs -m 'docs: update'"
},
"repository": {
"type": "git",
"url": "https://github.com/fm-ph/quark-server.git"
},
"bugs": {
"url": "https://github.com/fm-ph/quark-server/issues"
},
"homepage": "https://github.com/fm-ph/quark-server",
"devDependencies": {
"gh-pages": "^0.12.0",
"rimraf": "^2.6.1"
}
}