alterNERDtive.github.io/package.json

25 lines
596 B
JSON
Raw Normal View History

2019-01-25 16:23:17 +01:00
{
"name": "profile-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github/profile-generator.git"
},
"author": "github",
"license": "ISC",
"bugs": {
"url": "https://github.com/github/profile-generator/issues"
},
"homepage": "https://github.com/github/profile-generator#readme",
"dependencies": {
2019-01-25 19:18:01 +01:00
"github-calendar": "^1.3.1",
2019-01-25 18:05:26 +01:00
"primer-core": "^6.10.9",
"primer-marketing": "^6.3.3"
2019-01-25 16:23:17 +01:00
}
}