UNPKG

531 BJSONView Raw
1{
2 "name": "gulp-prompt",
3 "version": "0.0.1",
4 "description": "Add interactive console prompts to gulp",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "keywords": [
10 "gulpplugin",
11 "prompt"
12 ],
13 "author": "Simon Paitrault <contact@freyskeyd.fr>",
14 "license": "MIT",
15 "dependencies": {
16 "inquirer": "~0.3.5",
17 "gulp": "~3.2.0",
18 "event-stream": "~3.0.20",
19 "lodash": "~2.4.1"
20 },
21 "devDependencies": {
22 "inquirer": "~0.3.5",
23 "gulp": "~3.2.0",
24 "event-stream": "~3.0.20"
25 }
26}