canibekiked-api
Version:
API for canibekiked
66 lines (65 loc) • 1.37 kB
JSON
{
"name": "canibekiked-api",
"version": "0.3.1",
"description": "API for canibekiked",
"repository": "parro-it/canibekiked-api",
"license": "MIT",
"author": "parro-it",
"scripts": {
"test": "babel-node test | faucet && eslint .",
"build": "babel canibekiked.js > index.js"
},
"keywords": [
"trademark",
"trademarks",
"check",
"registered",
"canibekiked"
],
"engines": {
"node": ">=0.12"
},
"dependencies": {
"is-trademarked": "^1.2.1",
"npm-list-author-packages": "^2.0.1",
"npm-whoami": "^1.1.4"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^5.0.0",
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-transform-async-to-generator": "^6.7.4",
"babel-preset-node5": "^10.6.0",
"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.0.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"
]
}