-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.64 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.64 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"__SECTION_GULP": "",
"fullName": "SimpleEditor",
"version": "0.7.1",
"build": "0001",
"__Comment__sequence": "exclamation mark (!) on the start of task name means to escape it",
"sequence": [
"javascript"
],
"__SECTION_NPM": "",
"name": "simpleeditor",
"description": "     # SimpleEditor JS class for creating very simple text/html editor combinated with ```<iframe>``` element.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"jshint": "node ./node_modules/jshint/bin/jshint --verbose",
"jshint_full": "node ./node_modules/jshint/bin/jshint --verbose --show-non-errors"
},
"bin": {
"simpleeditor": "SimpleEditor-min.js"
},
"directories": {
"src": "src/",
"bin": "bin/",
"gulp": "gulp/",
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaandrle/SimpleEditor.git"
},
"author": "Jan Andrle <andrle.jan@centrum.cz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaandrle/SimpleEditor/issues"
},
"homepage": "https://github.com/jaandrle/SimpleEditor#readme",
"jaaJBT": {
"config": {
"gulp_tasks": "gulp/tasks/",
"gulp_path": "gulp/"
},
"resourses": [
"https://raw.githubusercontent.com/jaandrle/jaaJBT/master/"
],
"scripts": {
"gulpfile": "~1.1.3",
"gulp_cleanJSHINT": "~0.1.3",
"gulp_task_javascript": "~0.1.3",
"gulp_task_default": "~1.0.1"
},
"rename": {}
},
"devDependencies": {
"gulp": ">3.9.1",
"gulp-concat": "2.6.1",
"gulp-minify": "3.1.0",
"gulp-place": "^1.7.0",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-util": "3.0.8",
"jshint": "^2.12.0"
},
"jshintConfig": {
"esversion": 6,
"browser": "true",
"undef": "true",
"latedef": "true",
"maxparams": 3,
"maxdepth": 2,
"maxcomplexity": 10,
"globals": {
"gulp_place": false
}
}
}