forked from froala/aurelia-froala-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.57 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
{
"name": "aurelia-froala-editor",
"version": "2.3.4-9",
"description": "Aurelia plugin for Froala WYSIWYG HTML rich text editor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"lib": "dist",
"src": "src"
},
"author": "Net at Work GmbH",
"license": "Apache",
"devDependencies": {
"babel": "^6.3.26",
"babel-plugin-transform-decorators": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.9.0",
"core-js": "^2.4.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-bump": "^2.1.0",
"gulp-changed": "^1.3.0",
"gulp-sourcemaps": "^1.6.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1"
},
"dependencies": {
"aurelia-binding": "^1.0.1",
"aurelia-event-aggregator": "^1.0.0",
"aurelia-i18n": "^1.0.0",
"aurelia-framework": "^1.0.0",
"systemjs-plugin-css": "^0.1.26",
"font-awesome": "^4.6.3",
"froala-editor": "^2.3.4",
"jquery": "^2.2.4"
},
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"aurelia-binding": "npm:aurelia-binding@^1.0.1",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.0",
"aurelia-i18n": "npm:aurelia-i18n@^1.0.0",
"css": "github:systemjs/plugin-css",
"froala-editor": "npm:froala-editor",
"jquery": "npm:jquery",
"font-awesome": "npm:font-awesome"
}
}
}