forked from yabwe/medium-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "medium-editor",
"version": "1.8.14",
"author": "Davi Ferreira <[email protected]>",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
"repository": {
"type": "git",
"url": "https://github.com/daviferreira/medium-editor"
},
"bugs": {
"url": "https://github.com/daviferreira/medium-editor/issues",
"email": "[email protected]"
},
"homepage": "http://daviferreira.github.io/medium-editor/",
"keywords": [
"editor",
"medium",
"wysiwyg",
"rich-text"
],
"license": "THE BEER-WARE LICENSE",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-autoprefixer": "~0.7.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-contrib-csslint": "~0.2.0",
"grunt-jslint": "~1.1.8",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-template-jasmine-istanbul": "~0.3.1",
"grunt-plato": "~1.0.0",
"brfs": "1.1.1",
"grunt-sass": "~0.13.1",
"grunt-contrib-cssmin": "~0.9.0"
},
"scripts": {
"test": "grunt test --verbose",
"start": "open ./demo/index.html"
}
}