GULP DIST
This commit is contained in:
94
dist/assets/vendor/quill/package.json
vendored
94
dist/assets/vendor/quill/package.json
vendored
@@ -1,28 +1,35 @@
|
||||
{
|
||||
"name": "quill",
|
||||
"version": "1.3.7",
|
||||
"description": "Your powerful, rich text editor",
|
||||
"author": "Jason Chen <jhchen7@gmail.com>",
|
||||
"homepage": "http://quilljs.com",
|
||||
"main": "dist/quill.js",
|
||||
"files": [
|
||||
"assets",
|
||||
"blots",
|
||||
"core",
|
||||
"formats",
|
||||
"modules",
|
||||
"themes",
|
||||
"ui",
|
||||
"dist/quill.bubble.css",
|
||||
"dist/quill.snow.css",
|
||||
"dist/quill.core.css",
|
||||
"dist/quill.js",
|
||||
"dist/quill.core.js",
|
||||
"dist/quill.min.js.map",
|
||||
"dist/quill.min.js",
|
||||
"core.js",
|
||||
"quill.js"
|
||||
"_from": "quill@^1.3.7",
|
||||
"_id": "quill@1.3.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==",
|
||||
"_location": "/quill",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "quill@^1.3.7",
|
||||
"name": "quill",
|
||||
"escapedName": "quill",
|
||||
"rawSpec": "^1.3.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/quill/-/quill-1.3.7.tgz",
|
||||
"_shasum": "da5b2f3a2c470e932340cdbf3668c9f21f9286e8",
|
||||
"_spec": "quill@^1.3.7",
|
||||
"_where": "/mnt/d/WWW/magico.front",
|
||||
"author": {
|
||||
"name": "Jason Chen",
|
||||
"email": "jhchen7@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/quilljs/quill/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"config": {
|
||||
"ports": {
|
||||
"proxy": "9000",
|
||||
@@ -39,6 +46,8 @@
|
||||
"parchment": "^1.1.4",
|
||||
"quill-delta": "^3.6.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Your powerful, rich text editor",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.2",
|
||||
@@ -70,13 +79,36 @@
|
||||
"webpack": "^3.8.1",
|
||||
"webpack-dev-server": "^2.9.2"
|
||||
},
|
||||
"files": [
|
||||
"assets",
|
||||
"blots",
|
||||
"core",
|
||||
"formats",
|
||||
"modules",
|
||||
"themes",
|
||||
"ui",
|
||||
"dist/quill.bubble.css",
|
||||
"dist/quill.snow.css",
|
||||
"dist/quill.core.css",
|
||||
"dist/quill.js",
|
||||
"dist/quill.core.js",
|
||||
"dist/quill.min.js.map",
|
||||
"dist/quill.min.js",
|
||||
"core.js",
|
||||
"quill.js"
|
||||
],
|
||||
"homepage": "http://quilljs.com",
|
||||
"keywords": [
|
||||
"editor",
|
||||
"rich text",
|
||||
"wysiwyg"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "dist/quill.js",
|
||||
"name": "quill",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/quilljs/quill"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/quilljs/quill/issues"
|
||||
"url": "git+https://github.com/quilljs/quill.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow;",
|
||||
@@ -84,16 +116,12 @@
|
||||
"start": "npm run build; bundle exec foreman start -f _develop/procfile",
|
||||
"test": "npm run test:unit",
|
||||
"test:all": "npm run test:unit; npm run test:functional",
|
||||
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage",
|
||||
"test:functional": "./_develop/scripts/webdriver.sh",
|
||||
"test:unit": "npm run build; karma start _develop/karma.config.js",
|
||||
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage",
|
||||
"travis": "karma start _develop/karma.config.js --reporters dots,saucelabs",
|
||||
"webdriver:start": "webdriver-manager start",
|
||||
"webdriver:update": "webdriver-manager update"
|
||||
},
|
||||
"keywords": [
|
||||
"editor",
|
||||
"rich text",
|
||||
"wysiwyg"
|
||||
]
|
||||
"version": "1.3.7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user