88 lines
3.0 KiB
JSON
Executable File
88 lines
3.0 KiB
JSON
Executable File
{
|
|
"name": "summernote",
|
|
"description": "Super simple WYSIWYG editor",
|
|
"version": "0.8.9",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"editor",
|
|
"WYSIWYG"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/summernote/summernote.git"
|
|
},
|
|
"author": {
|
|
"name": "hackerwins",
|
|
"email": "<susukang98@gmail.com>"
|
|
},
|
|
"main": "dist/summernote.js",
|
|
"scripts": {
|
|
"build": "grunt build",
|
|
"coveralls": "grunt coveralls:travis",
|
|
"dist": "grunt dist",
|
|
"start": "grunt server",
|
|
"lint": "eslint --fix src/js plugin lang test Gruntfile.js",
|
|
"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",
|
|
"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:travis": "grunt test-travis --verbose",
|
|
"test:saucelabs": "grunt saucelabs-test",
|
|
"precommit": "npm run lint",
|
|
"prepush": "npm run lint && npm run test"
|
|
},
|
|
"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"
|
|
}
|
|
}
|