A script that loads sample data in 3scale
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

19 lines
455 B

{
"name": "3scale-loader",
"version": "0.1.1",
"description": "A script that loads sample data in 3scale",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nicolas MASSE",
"license": "MIT",
"bin": {
"3scale-loader": "./index.js"
},
"dependencies": {
"commander": "^2.9.0",
"faker": "^4.1.0"
},
"repository": "https://github.com/nmasse-itix/3scale-loader.git"
}