-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "mobiledoc-text-renderer",
"version": "0.4.1",
"description": "Renders mobiledoc input to text (string) output",
"main": "dist/commonjs/mobiledoc-text-renderer/index.js",
"module": "lib/index.js",
"scripts": {
"start": "broccoli serve",
"test": "testem ci",
"build": "rm -rf dist/ && broccoli build dist"
},
"repository": {
"type": "git",
"url": "https://github.com/bustlelabs/mobiledoc-text-renderer"
},
"keywords": [
"mobiledoc",
"render",
"content-kit",
"mobiledoc-renderer"
],
"author": "Cory Forsyth <[email protected]> (http://coryforsyth.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bustlelabs/mobiledoc-text-renderer/issues"
},
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/bustlelabs/mobiledoc-text-renderer",
"devDependencies": {
"broccoli": "^1.1.1",
"broccoli-cli": "^1.0.0",
"broccoli-merge-trees": "^2.0.0",
"broccoli-multi-builder": "^0.3.0",
"broccoli-test-builder": "^0.3.0",
"testem": "^1.15.0"
}
}