-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "medium-editor-embed-button",
"version": "1.3.2",
"description": "oEmbed support for medium-editor",
"main": "src/js/medium-editor-embed-button.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/gulp watch",
"dist": "./node_modules/.bin/gulp dist",
"serve": "./node_modules/.bin/gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orhanveli/medium-editor-embed-button.git"
},
"keywords": [
"medium-editor",
"oembed",
"embed"
],
"author": "Orhan Firik < [email protected] >",
"license": "MIT",
"bugs": {
"url": "https://github.com/orhanveli/medium-editor-embed-button/issues"
},
"homepage": "https://github.com/orhanveli/medium-editor-embed-button#readme",
"dependencies": {
"medium-editor": "^5.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0",
"gulp-webserver": "^0.9.1",
"node-sass": "^3.8.0",
"run-sequence": "^1.2.2"
}
}