Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / prompt / package.json
1 {
2   "name": "prompt",
3   "description": "A beautiful command-line prompt for node.js",
4   "version": "0.1.12",
5   "author": {
6     "name": "Nodejitsu Inc.",
7     "email": "info@nodejitsu.com"
8   },
9   "contributors": [
10     {
11       "name": "Charlie Robbins",
12       "email": "charlie@nodejitsu.com"
13     },
14     {
15       "name": "Joshua Holbrook",
16       "email": "josh.holbrook@gmail.com"
17     },
18     {
19       "name": "Bradley Meck",
20       "email": "bradley.meck@gmail.com"
21     },
22     {
23       "name": "Maciej Malecki",
24       "email": "maciej@nodejitsu.com"
25     }
26   ],
27   "repository": {
28     "type": "git",
29     "url": "git://github.com/flatiron/prompt.git"
30   },
31   "dependencies": {
32     "async": "0.1.x",
33     "colors": "0.x.x",
34     "pkginfo": "0.x.x",
35     "winston": "0.5.x"
36   },
37   "devDependencies": {
38     "vows": "0.6.x"
39   },
40   "main": "./lib/prompt",
41   "scripts": {
42     "test": "vows test/prompt-test.js --spec",
43     "test-all": "vows --spec"
44   },
45   "engines": {
46     "node": ">= 0.4.0"
47   },
48   "_id": "prompt@0.1.12",
49   "optionalDependencies": {},
50   "_engineSupported": true,
51   "_npmVersion": "1.1.21",
52   "_nodeVersion": "v0.6.18",
53   "_defaultsLoaded": true,
54   "_from": "prompt@~0.1.12"
55 }