-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "medium-editor-tables",
"version": "0.6.1",
"author": "Davi Ferreira <[email protected]>",
"description": "MediumEditor extension to allow tables.",
"main": "dist/js/medium-editor-tables.js",
"repository": {
"type": "git",
"url": "https://github.com/yabwe/medium-editor-tables"
},
"bugs": {
"url": "https://github.com/yabwe/medium-editor-tables/issues"
},
"homepage": "http://yabwe.github.io/medium-editor/",
"keywords": [
"editor",
"medium",
"wysiwyg",
"rich-text",
"tables",
"table"
],
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt-autoprefixer": "3.0.1",
"grunt-bump": "0.3.1",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-cssmin": "0.12.3",
"grunt-contrib-jasmine": "0.8.2",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-coveralls": "1.0.0",
"grunt-jscs": "1.8.0",
"grunt-sass": "1.0.0",
"grunt-template-jasmine-istanbul": "0.3.3",
"load-grunt-config": "0.17.1",
"time-grunt": "1.2.1"
},
"scripts": {
"test": "grunt test --verbose",
"test:ci": "grunt travis --verbose",
"start": "open ./demo/index.html"
},
"peerDependencies": {
"medium-editor": "^5.5.1"
}
}