-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 889 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 889 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
28
29
30
31
32
33
34
35
{
"name": "@tutor/markdown-editor",
"version": "0.2.1",
"description": "Markdown Editor based on Ace for Tutor",
"main": "lib/markdown_editor.js",
"scripts": {
"test": "echo \"no test specified\"",
"prepublish": "node node_modules/gulp/bin/gulp.js"
},
"keywords": [
"Markdown",
"Editor",
"Tutor",
"Ace"
],
"contributors": [
"Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)",
"Maik Marschner (https://github.com/leMaik)",
"Tim Ebbeke (https://github.com/5cript)"
],
"repository": "github:Welfenlab/markdown-editor",
"license": "MIT",
"devDependencies": {
"browserify": "^11.0.1",
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-util": "^3.0.6",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"brace": "^0.5.1",
"lodash": "^3.10.0"
}
}