feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
34
api.hyungi.net/node_modules/promptly/package.json
generated
vendored
Normal file
34
api.hyungi.net/node_modules/promptly/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "promptly",
|
||||
"version": "2.2.0",
|
||||
"description": "Simple command line prompting utility",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"read": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^2.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^3.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --bail"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/IndigoUnited/node-promptly"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/IndigoUnited/node-promptly/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"prompt",
|
||||
"choose",
|
||||
"choice",
|
||||
"cli",
|
||||
"command",
|
||||
"line"
|
||||
],
|
||||
"author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user