File: /home/bishwesh/internstolearn.com/node_modules/summernote/package.json
{
"_from": "summernote@^0.8.12",
"_id": "summernote@0.8.12",
"_inBundle": false,
"_integrity": "sha512-RVEJoIyztwPpopTwZvjag1WOvbmhUGFe6Mc9RADzzcX1ogG8pIXCB88icu/vjNYihITrzj2zZsoFMcDRHSlhEA==",
"_location": "/summernote",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "summernote@^0.8.12",
"name": "summernote",
"escapedName": "summernote",
"rawSpec": "^0.8.12",
"saveSpec": null,
"fetchSpec": "^0.8.12"
},
"_requiredBy": [
"/admin-lte"
],
"_resolved": "https://registry.npmjs.org/summernote/-/summernote-0.8.12.tgz",
"_shasum": "563502ed882abde9daab9db1e7eba330d37ac020",
"_spec": "summernote@^0.8.12",
"_where": "D:\\webserver\\laragon\\www\\internstolearn\\node_modules\\admin-lte",
"author": {
"name": "hackerwins",
"email": "<susukang98@gmail.com"
},
"bugs": {
"url": "https://github.com/summernote/summernote/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Super simple WYSIWYG editor",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.2.1",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"chromedriver": "^2.45.0",
"concurrently": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"fontforge": "^0.0.4",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-coveralls": "^2.0.0",
"grunt-eslint": "^21.0.0",
"grunt-exec": "^3.0.0",
"grunt-karma": "^3.0.1",
"grunt-recess": "^1.0.1",
"grunt-webfont": "^1.7.2",
"husky": "^1.2.1",
"jquery": "^3.3.1",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "1.2.0",
"karma-typescript": "^3.0.13",
"karma-typescript-es6-transform": "^1.0.4",
"load-grunt-tasks": "^4.0.0",
"mocha": "^5.2.0",
"popper.js": "^1.14.6",
"rollup": "^0.68.1",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-typescript": "^1.0.0",
"serve-static": "^1.13.2",
"typescript": "3.2.2"
},
"homepage": "https://github.com/summernote/summernote#readme",
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test",
"pre-push": "npm run lint && npm run test"
}
},
"keywords": [
"editor",
"WYSIWYG"
],
"license": "MIT",
"main": "dist/summernote.js",
"name": "summernote",
"repository": {
"type": "git",
"url": "git+https://github.com/summernote/summernote.git"
},
"scripts": {
"build": "grunt build",
"coveralls": "grunt coveralls:travis",
"dist": "grunt dist",
"lint": "eslint src/js plugin lang test Gruntfile.js",
"start": "grunt server",
"test": "karma start karma.conf.js --single-run",
"test:ci": "karma start karma.ci.conf.js --single-run",
"test:watch": "karma start karma.conf.js"
},
"version": "0.8.12"
}