uh
Version:
Community-controlled cheat sheets for every coder.
65 lines (64 loc) • 1.21 kB
JSON
{
"name": "uh",
"version": "0.0.12",
"description": "Community-controlled cheat sheets for every coder.",
"main": "./lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dthree/uh.git"
},
"keywords": [
"syntax",
"cheat",
"cheatsheet",
"cli",
"community"
],
"author": "dthree",
"license": "MIT",
"bugs": {
"url": "https://github.com/dthree/uh/issues"
},
"homepage": "https://github.com/dthree/uh#readme",
"bin": {
"?": "./bin/index.js",
"uh": "./bin/index.js"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0"
},
"dependencies": {
"chalk": "^1.1.0",
"highlight.js": "^8.7.0",
"levenshtein": "^1.0.5",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"request": "^2.60.0",
"vantage": "^1.3.5",
"walk": "^2.3.9"
},
"engines": {
"node": ">= 0.11.16",
"iojs": ">= 1.0.0"
},
"files": [
"lib",
"bin",
"config",
"index.json"
],
"eslintConfig": {
"env": {
"node": true,
"browser": false
},
"rules": {
"no-underscore-dangle": 0,
"no-process-exit": 0
}
}
}