gulp dist build
This commit is contained in:
97
dist/assets/vendor/quill/package.json
vendored
97
dist/assets/vendor/quill/package.json
vendored
@@ -1,39 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"quill@1.3.7",
|
||||
"/Applications/MAMP/htdocs/front/front-template"
|
||||
]
|
||||
"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": "version",
|
||||
"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",
|
||||
"_spec": "1.3.7",
|
||||
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
||||
"author": {
|
||||
"name": "Jason Chen",
|
||||
"email": "jhchen7@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/quilljs/quill/issues"
|
||||
},
|
||||
"config": {
|
||||
"ports": {
|
||||
"proxy": "9000",
|
||||
@@ -50,7 +39,6 @@
|
||||
"parchment": "^1.1.4",
|
||||
"quill-delta": "^3.6.2"
|
||||
},
|
||||
"description": "Your powerful, rich text editor",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.2",
|
||||
@@ -82,36 +70,13 @@
|
||||
"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": "git+https://github.com/quilljs/quill.git"
|
||||
"url": "https://github.com/quilljs/quill"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/quilljs/quill/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow;",
|
||||
@@ -119,12 +84,16 @@
|
||||
"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"
|
||||
},
|
||||
"version": "1.3.7"
|
||||
"keywords": [
|
||||
"editor",
|
||||
"rich text",
|
||||
"wysiwyg"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user