-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 963 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
34
35
36
{
"name": "mobiledoc-html-renderer",
"version": "0.3.1",
"description": "Renders mobiledoc input to HTML (string) output",
"main": "dist/commonjs/mobiledoc-html-renderer/index.js",
"scripts": {
"test": "testem ci",
"build": "rm -rf dist/ && broccoli build dist"
},
"repository": {
"type": "git",
"url": "https://github.com/bustlelabs/mobiledoc-html-renderer"
},
"keywords": [
"mobiledoc",
"render",
"content-kit"
],
"author": "Cory Forsyth <cory.forsyth@gmail.com> (http://coryforsyth.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bustlelabs/mobiledoc-html-renderer/issues"
},
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/bustlelabs/mobiledoc-html-renderer",
"devDependencies": {
"broccoli": "^0.16.8",
"broccoli-merge-trees": "^0.2.1",
"broccoli-multi-builder": "^0.2.6",
"broccoli-test-builder": "^0.2.0",
"testem": "^0.9.0-1"
}
}