0
mirror of https://github.com/valentineus/iii-client.git synced 2025-04-28 01:41:25 +03:00
iii-client/package.json
2017-06-14 22:00:24 +00:00

41 lines
1.1 KiB
JSON

{
"name": "iii-client",
"version": "1.1.3",
"description": "Simple API for communicating with the bot of the \"iii.ru\" service.",
"homepage": "https://github.com/valentineus/iii-client",
"license": "MIT",
"author": {
"name": "Valentin Popov",
"email": "info@valentineus.link",
"url": "https://valentineus.link/"
},
"bugs": {
"url": "https://github.com/valentineus/iii-client/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/valentineus/iii-client.git"
},
"keywords": [
"simple",
"client",
"iii",
"bot"
],
"main": "./lib/index.js",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"jsdoc": "^3.4.3",
"minami": "^1.2.3"
},
"scripts": {
"check": "eslint ./src/*",
"jsdoc": "jsdoc --template ./node_modules/minami --destination ./docs ./src/index.js",
"compile": "babel --presets es2015 --minified --no-comments --source-maps --out-dir ./lib/ ./src/",
"prepublish": "npm run check && npm run jsdoc && npm run compile"
}
}