| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "@ckeditor/ckeditor5-cloud-services",
- "version": "1.0.0-beta.2",
- "description": "CKEditor 5's Cloud Services integration layer.",
- "keywords": [
- "ckeditor",
- "ckeditor5",
- "ckeditor5-lib"
- ],
- "dependencies": {
- "@ckeditor/ckeditor-cloud-services-core": "^0.2.0",
- "@ckeditor/ckeditor5-core": "^1.0.0-beta.2",
- "@ckeditor/ckeditor5-utils": "^1.0.0-beta.2"
- },
- "devDependencies": {
- "eslint": "^4.15.0",
- "eslint-config-ckeditor5": "^1.0.7",
- "husky": "^0.14.3",
- "lint-staged": "^7.0.0"
- },
- "engines": {
- "node": ">=6.0.0",
- "npm": ">=3.0.0"
- },
- "author": "CKSource (http://cksource.com/)",
- "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
- "homepage": "https://ckeditor.com",
- "bugs": "https://github.com/ckeditor/ckeditor5-cloud-services/issues",
- "repository": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor5-cloud-services.git"
- },
- "files": [
- "lang",
- "src",
- "theme"
- ],
- "scripts": {
- "lint": "eslint --quiet '**/*.js'",
- "precommit": "lint-staged"
- },
- "lint-staged": {
- "**/*.js": [
- "eslint --quiet"
- ]
- },
- "eslintIgnore": [
- "src/lib/**",
- "packages/**"
- ]
- }
|