-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 849 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
{
"name": "markedx",
"description": "Marke down with components.",
"repository": "git://github.com/9dots/markedx.git",
"version": "0.1.15",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"postversion": "git push && git push --tags && npm publish --access=public"
},
"dependencies": {
"@f/map": "^1.5.3",
"@f/self-closing-tags": "^1.0.1",
"@f/stringify-attrs": "^1.0.4",
"babel-core": "^6.17.0",
"babel-plugin-transform-mdx": "0.1.5",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babel-types-mdx": "0.1.4",
"cheerio": "^0.22.0",
"escape-html": "^1.0.3",
"hyperx": "^2.0.5",
"marked": "^0.3.6",
"vdux": "^2.4.10",
"vdux-ui": "^1.2.36"
},
"devDependencies": {
"tape": "^4.2.2"
}
}