Initial commit
[yaffs-website] / node_modules / liftoff / package.json
1 {
2   "_args": [
3     [
4       "liftoff@^2.1.0",
5       "/var/www/yaffs/node_modules/gulp"
6     ]
7   ],
8   "_from": "liftoff@>=2.1.0 <3.0.0",
9   "_id": "liftoff@2.3.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/liftoff",
13   "_nodeVersion": "0.10.41",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/liftoff-2.3.0.tgz_1469646196567_0.8871160212438554"
17   },
18   "_npmUser": {
19     "email": "blaine.bublitz@gmail.com",
20     "name": "phated"
21   },
22   "_npmVersion": "2.15.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "liftoff",
26     "raw": "liftoff@^2.1.0",
27     "rawSpec": "^2.1.0",
28     "scope": null,
29     "spec": ">=2.1.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/gulp"
34   ],
35   "_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
36   "_shasum": "a98f2ff67183d8ba7cfaca10548bd7ff0550b385",
37   "_shrinkwrap": null,
38   "_spec": "liftoff@^2.1.0",
39   "_where": "/var/www/yaffs/node_modules/gulp",
40   "author": {
41     "name": "Tyler Kellen",
42     "url": "http://goingslowly.com/"
43   },
44   "bugs": {
45     "url": "https://github.com/js-cli/js-liftoff/issues"
46   },
47   "dependencies": {
48     "extend": "^3.0.0",
49     "findup-sync": "^0.4.2",
50     "fined": "^1.0.1",
51     "flagged-respawn": "^0.3.2",
52     "lodash.isplainobject": "^4.0.4",
53     "lodash.isstring": "^4.0.1",
54     "lodash.mapvalues": "^4.4.0",
55     "rechoir": "^0.6.2",
56     "resolve": "^1.1.7"
57   },
58   "description": "Launch your command line tool with ease.",
59   "devDependencies": {
60     "chai": "^3.5.0",
61     "coffee-script": "^1.10.0",
62     "istanbul": "^0.4.3",
63     "jscs": "^2.11.0",
64     "jshint": "^2.9.2",
65     "mocha": "^2.4.5",
66     "sinon": "~1.17.4"
67   },
68   "directories": {},
69   "dist": {
70     "shasum": "a98f2ff67183d8ba7cfaca10548bd7ff0550b385",
71     "tarball": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz"
72   },
73   "engines": {
74     "node": ">= 0.8"
75   },
76   "gitHead": "be40ec3a3fa5854b4ab496a97f3d5877bf747b0b",
77   "homepage": "https://github.com/js-cli/js-liftoff",
78   "keywords": [
79     "command line"
80   ],
81   "license": "MIT",
82   "main": "index.js",
83   "maintainers": [
84     {
85       "name": "jonschlinkert",
86       "email": "github@sellside.com"
87     },
88     {
89       "name": "phated",
90       "email": "blaine.bublitz@gmail.com"
91     },
92     {
93       "name": "tkellen",
94       "email": "tyler@sleekcode.net"
95     },
96     {
97       "name": "tusbar",
98       "email": "bertrand.marron@gmail.com"
99     }
100   ],
101   "name": "liftoff",
102   "optionalDependencies": {},
103   "readme": "ERROR: No README data found!",
104   "repository": {
105     "type": "git",
106     "url": "git://github.com/js-cli/js-liftoff.git"
107   },
108   "scripts": {
109     "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
110   },
111   "version": "2.3.0"
112 }