From dd132ceec67a4962870d4b3fb3dad4ae35e51cae Mon Sep 17 00:00:00 2001 From: wss-qa <88393634+wss-qa@users.noreply.github.com> Date: Tue, 16 Aug 2022 11:21:40 +0300 Subject: [PATCH] Create package.json --- package.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..a26699a --- /dev/null +++ b/package.json @@ -0,0 +1,48 @@ +{ + "name": "simple", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "q": "^1.5.1", + "body-parser": "1.18.2", + "express": "4.15.5", + "npm-check": "5.7.1", + "send": "0.11.1", + "handlebars": "4.0.10", + "lodash": "4.17.4", + "object-filter": "1.0.2", + "shelljs": "0.7.7", + "chai": "3.5.0", + "eslint": "3.19.0", + "eslint-plugin-mocha": "4.9.0", + "mocha": "6.0.0", + "npm-version-up": "0.1.5", + "graphlib": "2.1.1", + "minimatch": "3.0.4", + "parse-gitignore": "0.4.0", + "chai-as-promised": "6.0.0", + "sinon": "2.3.1", + "sinon-chai": "2.10.0", + "fs-extra": "3.0.1", + "bluebird": "3.5.0", + "chai-shallow-deep-equal": "1.4.6", + "deep-equal": "1.0.1", + "deep-keys": "0.4.0", + "exec-then": "1.3.1", + "start": "5.1.0", + "start-input-connector": "0.2.0", + "start-concurrent": "0.1.0", + "start-simple-cli": "4.1.1", + "chalk": "1.1.3", + "dateformat": "2.0.0", + "depcheck": "0.6.7", + "ramda": "0.23.0", + "semver": "5.3.0" + } +}