forked from sirap-group/tinymce-plugin-paginate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "tinymce-plugin-paginate",
"version": "0.9.0",
"description": "A tinymce plugin that provides pagination",
"main": "plugin.js",
"devDependencies": {
"commander": "^2.9.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-bump": "^0.6.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-git": "^0.3.7",
"grunt-prompt": "^1.3.3",
"ink-docstrap": "^1.1.2",
"inquirer": "^0.12.0",
"load-grunt-tasks": "^3.3.0",
"q": "^1.4.1",
"shelljs": "^0.6.0"
},
"scripts": {
"build": "grunt",
"test": "echo \"Error: no test specified\" && exit 1",
"jsdoc": "jsdoc -p -d jsdoc -c jsdoc.json -t ./node_modules/ink-docstrap/template src/*",
"release-patch": "node ./scripts/release.js patch",
"release-minor": "node ./scripts/release.js minor",
"release-major": "node ./scripts/release.js major"
},
"repository": {
"type": "git",
"url": "git+https://github.com:rbecheras/paginate.git"
},
"keywords": [
"tinymce",
"plugin",
"tinymce",
"plugin",
"pagination"
],
"author": "Rémi Becheras <[email protected]>",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/rbecheras/paginate/issues"
},
"homepage": "https://github.com/rbecheras/paginate#readme"
}