-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.49 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
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
79
80
81
82
83
84
85
86
87
88
{
"name": "kevoree-web-editor",
"version": "5.15.0",
"dependencies": {
"tiny-conf": "^1.1.0",
"kevoree-library": "^5.0.13",
"kevoree-validator": "^0.1.20",
"kevoree-registry-client": "^3.0.1",
"kevoree-kevscript": "^5.0.3",
"cm-mode-kevscript": "^2.0.5"
},
"devDependencies": {
"bower": "1.8.0",
"browser-sync": "2.17.0",
"del": "2.2.2",
"eslint": "^3.19.0",
"eslint-config-kevoree": "^1.0.1",
"eslint-config-angular": "0.5.0",
"eslint-plugin-angular": "2.2.1",
"event-stream": "3.3.4",
"generator-jhipster": "4.4.1",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-angular-templatecache": "2.0.0",
"gulp-autoprefixer": "3.1.1",
"gulp-changed": "1.3.2",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "3.0.1",
"gulp-flatten": "0.3.1",
"gulp-footer": "1.0.5",
"gulp-htmlmin": "2.0.0",
"gulp-if": "2.0.1",
"gulp-imagemin": "3.0.3",
"gulp-inject": "4.1.0",
"gulp-natural-sort": "0.1.1",
"gulp-ng-annotate": "2.0.0",
"gulp-ng-constant": "1.1.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-rev": "7.1.2",
"gulp-rev-replace": "0.4.3",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "2.0.0",
"gulp-useref": "3.1.2",
"gulp-util": "3.0.7",
"lazypipe": "1.0.1",
"lodash": "4.15.0",
"main-bower-files": "2.13.1",
"map-stream": "0.0.6",
"run-sequence": "1.2.2",
"yargs": "5.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"lint": "eslint app",
"install": "bower install && npm run lint",
"build": "npm run lint && grunt build",
"serve": "gulp serve",
"test": "echo \"no tests yet\""
},
"description": "Kevoree Web Editor - http://editor.kevoree.org",
"main": "",
"keywords": [
"kevoree",
"editor",
"model"
],
"author": "Maxime Tricoire <[email protected]>",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/kevoree/kevoree-web-editor.git"
},
"bugs": {
"url": "https://github.com/kevoree/kevoree-web-editor/issues"
},
"browserModules": {
"tiny-conf": "dist/tiny-conf.js",
"kevoree-library": "browser/kevoree-library.js",
"kevoree-validator": "browser/kevoree-validator.js",
"kevoree-registry-client": "build/browser/kevoree-registry-client.js",
"kevoree-kevscript": "browser/kevoree-kevscript.js",
"cm-mode-kevscript": "dist/*.*"
},
"homepage": "https://github.com/kevoree/kevoree-web-editor#readme"
}