forked from phpDocumentor/phpDocumentor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.65 KB
/
package.json
File metadata and controls
26 lines (26 loc) · 1.65 KB
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
{
"name": "phpdocumentor",
"version": "1.0.0",
"description": "[](https://opensource.org/licenses/MIT) [](https://actions-badge.atrox.dev/phpdocumentor/phpdocumentor/goto?ref=master) [](https://scrutinizer-ci.com/g/phpDocumentor/phpDocumentor/?branch=master) [](https://scrutinizer-ci.com/g/phpDocumentor/phpDocumentor/?branch=master)   [](https://packagist.org/packages/phpDocumentor/phpDocumentor)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phpDocumentor/phpDocumentor.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/phpDocumentor/phpDocumentor/issues"
},
"homepage": "https://github.com/phpDocumentor/phpDocumentor#readme",
"devDependencies": {
"cypress": "^3.8.1"
}
}