You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
4.0 KiB
119 lines
4.0 KiB
{ |
|
"_args": [ |
|
[ |
|
"summernote@0.8.10", |
|
"C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit" |
|
] |
|
], |
|
"_from": "summernote@0.8.10", |
|
"_id": "summernote@0.8.10", |
|
"_inBundle": false, |
|
"_integrity": "sha512-1b4ESCiY9HW+12HYXCntjbThVgeYNaYKfKL7pC4Jqjo/WDS4G4mMtd2kPuCw56HxeRT67d+zlehopaE+M4o6aQ==", |
|
"_location": "/summernote", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "summernote@0.8.10", |
|
"name": "summernote", |
|
"escapedName": "summernote", |
|
"rawSpec": "0.8.10", |
|
"saveSpec": null, |
|
"fetchSpec": "0.8.10" |
|
}, |
|
"_requiredBy": [ |
|
"/" |
|
], |
|
"_resolved": "https://registry.npmjs.org/summernote/-/summernote-0.8.10.tgz", |
|
"_spec": "0.8.10", |
|
"_where": "C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit", |
|
"author": { |
|
"name": "hackerwins", |
|
"email": "<susukang98@gmail.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/summernote/summernote/issues" |
|
}, |
|
"description": "Super simple WYSIWYG editor", |
|
"devDependencies": { |
|
"babel-preset-es2015": "^6.24.1", |
|
"bootstrap": "^3.3.7", |
|
"chai": "^4.1.2", |
|
"chai-spies": "^0.7.1", |
|
"chromedriver": "^2.34.0", |
|
"concurrently": "^3.5.1", |
|
"eslint-config-standard": "^11.0.0-beta.0", |
|
"eslint-plugin-chai-friendly": "^0.4.1", |
|
"eslint-plugin-import": "^2.8.0", |
|
"eslint-plugin-node": "^5.2.1", |
|
"eslint-plugin-promise": "^3.6.0", |
|
"eslint-plugin-standard": "^3.0.1", |
|
"grunt": "^1.0.1", |
|
"grunt-cli": "^1.2.0", |
|
"grunt-contrib-clean": "^1.1.0", |
|
"grunt-contrib-compress": "^1.4.3", |
|
"grunt-contrib-connect": "^1.0.2", |
|
"grunt-contrib-copy": "^1.0.0", |
|
"grunt-contrib-uglify": "~3.3.0", |
|
"grunt-contrib-watch": "^1.0.0", |
|
"grunt-coveralls": "^1.0.1", |
|
"grunt-eslint": "^20.1.0", |
|
"grunt-exec": "^3.0.0", |
|
"grunt-karma": "^2.0.0", |
|
"grunt-recess": "^1.0.1", |
|
"grunt-saucelabs": "^9.0.0", |
|
"grunt-webfont": "^1.7.1", |
|
"husky": "^0.14.3", |
|
"jquery": "^3.2.1", |
|
"karma": "^2.0.0", |
|
"karma-chrome-launcher": "^2.2.0", |
|
"karma-coverage": "^1.1.1", |
|
"karma-firefox-launcher": "^1.1.0", |
|
"karma-ie-launcher": "^1.0.0", |
|
"karma-mocha": "^1.3.0", |
|
"karma-opera-launcher": "^1.0.0", |
|
"karma-phantomjs-launcher": "^1.0.4", |
|
"karma-safari-launcher": "^1.0.0", |
|
"karma-sauce-launcher": "^1.2.0", |
|
"karma-typescript": "^3.0.9", |
|
"karma-typescript-es6-transform": "^1.0.3", |
|
"load-grunt-tasks": "^3.5.2", |
|
"mocha": "^4.0.1", |
|
"nightwatch": "^0.9.19", |
|
"phantomjs-prebuilt": "^2.1.16", |
|
"rollup": "^0.53.0", |
|
"rollup-plugin-eslint": "^4.0.0", |
|
"rollup-plugin-replace": "^2.0.0", |
|
"rollup-plugin-typescript": "^0.8.1", |
|
"serve-static": "^1.13.1", |
|
"typescript": "^2.6.2" |
|
}, |
|
"homepage": "https://github.com/summernote/summernote#readme", |
|
"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", |
|
"download:selenium": "if [ ! -e test/libs/selenium-server-standalone.jar ]; then wget http://selenium-release.storage.googleapis.com/3.6/selenium-server-standalone-3.6.0.jar -O test/libs/selenium-server-standalone.jar; fi", |
|
"lint": "eslint --fix src/js plugin lang test Gruntfile.js", |
|
"precommit": "npm run lint", |
|
"prepush": "npm run lint && npm run test", |
|
"start": "grunt server", |
|
"test": "karma start karma.conf.js --single-run", |
|
"test:e2e": "npm run download:selenium && concurrently --kill-others 'node test/e2e/static-server.js' 'nightwatch --config test/nightwatch.conf.js'", |
|
"test:e2e-saucelabs": "npm run dist && npm run download:selenium && nightwatch --config test/nightwatch.conf.js --env ie9,ie10,ie11,chrome,firefox", |
|
"test:saucelabs": "grunt saucelabs-test", |
|
"test:travis": "grunt test-travis --verbose" |
|
}, |
|
"version": "0.8.10" |
|
}
|
|
|