0
mirror of https://github.com/valentineus/iii-for-vk.git synced 2025-04-28 01:41:25 +03:00
iii-for-vk/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2017-06-05 10:51:29 +00:00
{
"name": "iii-for-vk",
2017-06-07 16:47:42 +00:00
"version": "0.0.4",
2017-06-05 10:51:29 +00:00
"description": "Simple automatic reply to incoming messages.",
"homepage": "https://github.com/valentineus/iii-for-vk",
"main": "lib/core.js",
"scripts": {
"check": "eslint ./src/lib/core.js",
"compile": "npm run check && babel --presets es2015 --minified --no-comments --source-maps --out-dir ./lib/ ./src/lib/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git://github.com/valentineus/iii-for-vk.git"
},
"keywords": [
"simple",
"bot",
"iii",
"vk"
],
"author": "Valentin Popov <info@valentineus.link>",
"bugs": {
"url": "https://github.com/valentineus/iii-for-vk/issues"
},
"license": "MIT",
"dependencies": {
"iii-client": "^1.0.0",
"inherits": "^2.0.3",
"querystring": "^0.2.0",
"url-parse-lax": "^1.0.0",
"vksdk": "^5.3.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0"
}
}