forked from oxygenxml/web-author-learn-words-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 793 Bytes
/
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
{
"name": "webapp-spellcheck-learn-words",
"version": "1.0.0",
"description": "A plugin for oXygen XML Web Author which allows adding of learned or forbidden words to the spellchecker.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreip1123/web-author-learn-words-plugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andreip1123/web-author-learn-words-plugin/issues"
},
"homepage": "https://github.com/andreip1123/web-author-learn-words-plugin#readme",
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-iife": "0.4.0",
"gulp-uglify": "3.0.1",
"sync-i18n": "0.0.x"
}
}