mirror of
https://github.com/valentineus/iii-client.git
synced 2025-12-21 14:13:22 +04:00
Release of version 0.0.1.
This commit is contained in:
37
package.json
Normal file
37
package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "iii-client",
|
||||
"version": "0.0.1",
|
||||
"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",
|
||||
"jsdoc": "^3.4.3"
|
||||
},
|
||||
"scripts": {
|
||||
"jsdoc": "jsdoc --destination ./docs ./src/index.js",
|
||||
"compile": "babel --presets es2015 --minified --no-comments --source-maps --out-dir ./lib/ ./src/",
|
||||
"prepublish": "npm run compile && npm run jsdoc"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user