forked from Showndarya/Hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 1.45 KB
/
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": "Hacktoberfest",
"version": "1.0.0",
"description": "[](https://travis-ci.org/Showndarya/Hacktoberfest)        [](http://isitmaintained.com/project/Showndarya/Hacktoberfest \"Average time to resolve an issue\")",
"main": "api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Showndarya/Hacktoberfest.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Showndarya/Hacktoberfest/issues"
},
"homepage": "https://github.com/Showndarya/Hacktoberfest#readme",
"dependencies": {
"express": "^4.16.4"
}
}