aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-10-01 04:40:14 +0300
committerValentin Popov <info@valentineus.link>2018-10-01 04:40:14 +0300
commit28f84df00ff3dba768f6324f5f750cc86356f1e8 (patch)
tree8a7b2bc2bbf568b4e08e56804e2761a3d5f30d4f /package.json
parent292e91fec05e7975e8632d31840acf8551f44bd7 (diff)
downloadjs-github-library-28f84df00ff3dba768f6324f5f750cc86356f1e8.tar.xz
js-github-library-28f84df00ff3dba768f6324f5f750cc86356f1e8.zip
Header file of this package
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r--package.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0299024
--- /dev/null
+++ b/package.json
@@ -0,0 +1,54 @@
+{
+ "name": "js-github-library",
+ "description": "A small library for personal use",
+ "version": "0.0.1",
+ "license": "MIT",
+ "author": {
+ "name": "Valentin Popov",
+ "email": "info@valentineus.link"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/valentineus/js-github-library.git"
+ },
+ "bugs": {
+ "url": "https://github.com/valentineus/js-github-library/issues"
+ },
+ "scripts": {
+ "build": "node_modules/rollup/bin/rollup --config rollup.config.js",
+ "test": "node_modules/jest/bin/jest.js --config jest.config.js"
+ },
+ "devDependencies": {
+ "babel-cli": "^6.26.0",
+ "babel-core": "^6.26.3",
+ "babel-jest": "^23.6.0",
+ "babel-preset-es2015": "^6.24.1",
+ "babel-preset-es2015-rollup": "^3.0.0",
+ "eslint": "^5.6.1",
+ "eslint-config-airbnb": "^17.1.0",
+ "eslint-config-airbnb-base": "^13.1.0",
+ "eslint-config-jquery": "^1.0.1",
+ "eslint-config-standard": "^12.0.0",
+ "eslint-plugin-compat": "^2.5.1",
+ "eslint-plugin-import": "^2.14.0",
+ "eslint-plugin-jest": "^21.24.0",
+ "eslint-plugin-jsx-a11y": "^6.1.1",
+ "eslint-plugin-no-loops": "^0.3.0",
+ "eslint-plugin-no-use-extend-native": "^0.3.12",
+ "eslint-plugin-node": "^7.0.1",
+ "eslint-plugin-optimize-regex": "^1.1.6",
+ "eslint-plugin-promise": "^4.0.1",
+ "eslint-plugin-react": "^7.11.1",
+ "eslint-plugin-security": "^1.4.0",
+ "eslint-plugin-sonarjs": "^0.1.1",
+ "eslint-plugin-standard": "^4.0.0",
+ "eslint-plugin-unicorn": "^6.0.1",
+ "jest": "^23.6.0",
+ "jquery": "^3.3.1",
+ "regenerator-runtime": "^0.12.1",
+ "rollup": "^0.66.2",
+ "rollup-plugin-babel": "^3.0.7",
+ "rollup-plugin-uglify": "^6.0.0"
+ },
+ "dependencies": {}
+}