mirror of https://github.com/MingweiSamuel/Riven
21 lines
444 B
JSON
21 lines
444 B
JSON
{
|
|
"name": "dot-gen",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"change-case": "^3.1.0",
|
|
"dot": "^1.1.2",
|
|
"glob": "^7.1.2",
|
|
"glob-promise": "^3.3.0",
|
|
"request": "^2.88.0",
|
|
"request-promise-native": "^1.0.7"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-2.0"
|
|
}
|