forked from yabwe/medium-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 746 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 746 Bytes
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
{
"name": "medium-editor",
"version": "1.1.4",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
"repository": {
"type": "git",
"url": "https://github.com/daviferreira/medium-editor"
},
"license": "THE BEER-WARE LICENSE",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-csslint": "~0.1.2",
"grunt-jslint": "~0.2.5a",
"grunt-contrib-watch": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-template-jasmine-istanbul": "~0.2.4",
"grunt-plato": "~0.2.0",
"brfs": "0.0.8"
},
"scripts": {
"test": "grunt test --verbose"
}
}