UNPKG

750 BJSONView Raw
1{
2 "name": "gulp-prompt",
3 "version": "0.0.2",
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 "directories": {
27 "test": "test"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git://github.com/Freyskeyd/gulp-prompt.git"
32 },
33 "bugs": {
34 "url": "https://github.com/Freyskeyd/gulp-prompt/issues"
35 }
36}