From 28f84df00ff3dba768f6324f5f750cc86356f1e8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 1 Oct 2018 05:40:14 +0400 Subject: Header file of this package Signed-off-by: Valentin Popov --- package.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 package.json (limited to 'package.json') 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": {} +} -- cgit v1.2.3