UNPKG

canibekikked-api

Version:
67 lines (66 loc) 1.39 kB
{ "name": "canibekikked-api", "version": "1.1.1", "description": "API for canibekikked", "repository": "parro-it/canibekikked-api", "license": "MIT", "author": "parro-it", "scripts": { "test": "babel-node test | faucet && eslint .", "build": "babel canibekikked.js > index.js" }, "keywords": [ "trademark", "trademarks", "check", "registered", "canibekikked" ], "engines": { "node": ">=4" }, "dependencies": { "is-trademarked": "^1.2.1", "npm-list-author-packages": "^2.0.1", "npm-whoami": "^1.1.4", "pify": "^2.3.0" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-eslint": "^6.0.0", "babel-plugin-syntax-async-functions": "^6.5.0", "babel-plugin-transform-async-to-generator": "^6.7.4", "babel-preset-node5": "^11.0.1", "babel-register": "^6.5.2", "eslint": "^2.5.1", "eslint-config-js": "^5.0.0", "estraverse-fb": "^1.3.1", "faucet": "0.0.1", "tape-async": "^2.1.0" }, "babel": { "presets": [ "node5" ], "plugins": [ "transform-async-to-generator", "syntax-async-functions" ] }, "eslintConfig": { "parser": "babel-eslint", "extends": [ "js" ], "env": { "es6": true }, "parserOptions": { "sourceType": "module", "ecmaVersion": 6 } }, "files": [ "index.js" ] }