-
Notifications
You must be signed in to change notification settings - Fork 334
/
package.json
33 lines (33 loc) · 862 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
{
"name": "epiceditor",
"version": "0.2.0",
"author": "Oscar Godson <[email protected]> (http://oscargodson.com)",
"description": "An Embeddable Markdown Editor",
"main": "epiceditor/js/epiceditor.js",
"devDependencies": {
"uglify-js": "1.3.3",
"jshint": "0.7.2",
"mocha": "1.3.2",
"expect.js": "0.1.2",
"mime": "1.2.7",
"marked": "0.3.3",
"node-watch": "0.3.x"
},
"keywords": [
"embeddable",
"markdown",
"editor"
],
"contributors": [
"Oscar Godson <[email protected]> (http://oscargodson.com)",
"John Donahue <[email protected]> (http://johnmdonahue.com)"
],
"license": {
"type": "MIT",
"url": "https://raw.github.com/OscarGodson/EpicEditor/master/LICENSE"
},
"repository": "[email protected]:OscarGodson/EpicEditor.git",
"scripts": {
"test": "jake test"
}
}