ng-quill
Version:
Angular directive for rich text editor Quill
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "ng-quill",
"version": "3.2.2",
"description": "Angular directive for rich text editor Quill",
"author": "Bengt Weiße <bengtler@gmail.com>",
"homepage": "https://github.com/KillerCodeMonkey/ngQuill",
"main": "dist/ng-quill.js",
"devDependencies": {
"angular-mocks": "^1.5.3",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"rimraf": "^2.6.1",
"uglify-js": "^2.4.10"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"quill": "^1.2.0",
"angular": "^1.5.3"
},
"scripts": {
"build": "rimraf dist && mkdir dist && cp src/ng-quill.js dist/ && cat dist/ng-quill.js | uglifyjs > dist/ng-quill.min.js && echo \";\" >> dist/ng-quill.js",
"prepare": "npm run test && npm run build",
"test": "karma start"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KillerCodeMonkey/ngQuill"
},
"bugs": {
"url": "https://github.com/KillerCodeMonkey/ngQuill/issues"
},
"keywords": [
"editor",
"rich text",
"wysiwyg",
"angular",
"directive"
],
"contributors": [
{
"name": "Bengt Weiße"
}
]
}