-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 683 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 683 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
{
"name": "mocked-api",
"version": "1.0.0",
"description": "This package is enabled to run top level packages, eg. all-contributors",
"main": "index.js",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"contributors:check": "all-contributors check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ageddesi/Mocked-API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ageddesi/Mocked-API/issues"
},
"homepage": "https://github.com/ageddesi/Mocked-API#readme",
"devDependencies": {
"all-contributors-cli": "^6.24.0"
}
}