-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 824 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 824 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
{
"name": "github-topic-package-sync",
"version": "0.0.1",
"description": "Sync Github topics with package.json file keywords",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anubhavsrivastava/github-topic-package-sync.git"
},
"author": {
"name": "Anubhav Srivastava",
"email": "anubhav.srivastava00@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/anubhavsrivastava/github-topic-package-sync/issues"
},
"homepage": "https://github.com/anubhavsrivastava/github-topic-package-sync#readme",
"devDependencies": {},
"dependencies": {}
}