seedling/package.json

17 lines
345 B
JSON
Raw Normal View History

{
"name": "seedling",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"minimist": "1.2.8",
"readline-sync": "1.4.10",
"replace-in-file": "7.0.1"
},
"keywords": [],
"author": "Roman Jaroš",
"license": "ISC"
}