1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

updated package.json

This commit is contained in:
2016-01-04 12:25:28 -05:00
parent 3443c97de4
commit 80ca24a715
1168 changed files with 73752 additions and 26424 deletions

89
node_modules/cliff/package.json generated vendored Normal file
View File

@@ -0,0 +1,89 @@
{
"_args": [
[
"cliff@0.1.9",
"/home/mywebsite/node_modules/broadway"
]
],
"_from": "cliff@0.1.9",
"_id": "cliff@0.1.9",
"_inCache": true,
"_installable": true,
"_location": "/cliff",
"_npmUser": {
"email": "jcrugzz@gmail.com",
"name": "jcrugzz"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"name": "cliff",
"raw": "cliff@0.1.9",
"rawSpec": "0.1.9",
"scope": null,
"spec": "0.1.9",
"type": "version"
},
"_requiredBy": [
"/broadway"
],
"_resolved": "https://registry.npmjs.org/cliff/-/cliff-0.1.9.tgz",
"_shasum": "a211e09c6a3de3ba1af27d049d301250d18812bc",
"_shrinkwrap": null,
"_spec": "cliff@0.1.9",
"_where": "/home/mywebsite/node_modules/broadway",
"author": {
"email": "info@nodejitsu.com",
"name": "Nodejitsu Inc."
},
"bugs": {
"url": "https://github.com/flatiron/cliff/issues"
},
"dependencies": {
"colors": "0.x.x",
"eyes": "0.1.x",
"winston": "0.8.x"
},
"description": "Your CLI formatting friend.",
"devDependencies": {
"vows": "0.7.x"
},
"directories": {},
"dist": {
"shasum": "a211e09c6a3de3ba1af27d049d301250d18812bc",
"tarball": "http://registry.npmjs.org/cliff/-/cliff-0.1.9.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "66462b3de5ddab850675e8e6ac077645d0bfc425",
"homepage": "https://github.com/flatiron/cliff",
"keywords": [
"cli",
"logging",
"tools",
"winston"
],
"main": "./lib/cliff",
"maintainers": [
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
{
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
}
],
"name": "cliff",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flatiron/cliff.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "0.1.9"
}