-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 980 Bytes
/
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
{
"name": "medium-editor-list",
"version": "1.0.9",
"description": "MediumEditor List extension.",
"main": "build/medium-editor-list.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/mkawczynski07/medium-editor-list.git"
},
"homepage": "https://github.com/mkawczynski07/medium-editor-list",
"keywords": [
"editor",
"medium",
"wysiwyg",
"rich-text",
"list",
"lists"
],
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"license": "MIT",
"author": "Marek Kawczynski [email protected]",
"bugs": {
"url": "https://github.com/mkawczynski07/medium-editor-list/issues"
},
"devDependencies": {
"gulp": "~3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "~3.1.0",
"gulp-jshint": "~2.0.0",
"gulp-minify": "0.0.5",
"gulp-rename": "~1.2.2",
"gulp-uglify": "^1.5.3",
"jshint": "~2.9.1",
"opn": "~4.0.0"
}
}