mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-27 03:16:33 +00:00
74eb5fa045
- `example/proxy` is new folder for `example_proxy`. - `riven` is new folder for the main riven lib. - Updated metadata to be an array and include HTTP method.
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"name": "dot-gen",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"change-case": "^3.1.0",
|
|
"dot": "^1.1.3",
|
|
"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"
|
|
}
|