Export 0.2.1
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / nodeunit / node_modules / tap / node_modules / nopt / package.json
1 {
2   "name": "nopt",
3   "version": "2.0.0",
4   "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
5   "author": {
6     "name": "Isaac Z. Schlueter",
7     "email": "i@izs.me",
8     "url": "http://blog.izs.me/"
9   },
10   "main": "lib/nopt.js",
11   "scripts": {
12     "test": "node lib/nopt.js"
13   },
14   "repository": {
15     "type": "git",
16     "url": "git://github.com/isaacs/nopt.git"
17   },
18   "bin": {
19     "nopt": "./bin/nopt.js"
20   },
21   "license": {
22     "type": "MIT",
23     "url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
24   },
25   "dependencies": {
26     "abbrev": "1"
27   },
28   "_id": "nopt@2.0.0",
29   "devDependencies": {},
30   "optionalDependencies": {},
31   "engines": {
32     "node": "*"
33   },
34   "_engineSupported": true,
35   "_npmVersion": "1.1.21",
36   "_nodeVersion": "v0.6.18",
37   "_defaultsLoaded": true,
38   "_from": "nopt@~2"
39 }