-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "ng2-medium-editor",
"version": "1.0.0",
"description": "Angular2 MediumContentEditor component",
"main": "lib/MediumContentEditor.js",
"typings": "./MediumContentEditor.d.ts",
"scripts": {},
"keywords": [
"angular",
"angular2",
"component",
"mediumeditor",
"wysiwyg"
],
"author": "Sun Zhen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bibitoo/ng2-mediumeditor.git"
},
"bugs": {
"url": "https://github.com/bibitoo/ng2-mediumeditor/issues"
},
"homepage": "https://github.com/bibitoo/ng2-mediumeditor#readme",
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-plugin-angular2-annotations": "^5.0.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^1.6.0"
}
}