-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 902 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "node-ckbuilder",
"version": "0.4.3",
"description": "Node.js builder for CKEditor",
"main": "src/ckbuilder.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"adm-zip": "0.4.14",
"archiver": "4.0.1",
"eslint": "6.8.0",
"fs-extra": "9.0.0",
"uglify-js": "3.9.1",
"yargs": "15.3.1"
},
"scripts": {
"inspect": "jshint -c dev/jshint/.jshintrc --show-non-errors src/*.js src/*/*.js",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MindTouch/node-ckbuilder"
},
"author": "MindTouch",
"license": "MIT",
"bugs": {
"url": "https://github.com/MindTouch/node-ckbuilder/issues"
},
"homepage": "https://github.com/MindTouch/node-ckbuilder#readme",
"devDependencies": {
"js-md5": "0.4.1"
},
"optionalDependencies": {
"canvas": "2.6.1"
}
}