-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
41
42
43
44
45
46
47
48
{
"name": "@fullstackio/cqmd",
"version": "7.0.0",
"description": "markdown pre-processor for cq",
"main": "src/index.js",
"repository": "https://github.com/fullstackio/cq/tree/master/packages/cqmd",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register",
"watchtest": "./node_modules/.bin/mocha --compilers js:babel-core/register --watch"
},
"bin": {
"cqmd": "src/cli.js"
},
"author": "Nate Murray <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fullstackio/cq": "^7.0.0",
"@fullstackio/remark-adjust-paths": "^7.0.0",
"@fullstackio/remark-cq": "^7.0.0",
"@fullstackio/remark-leanpub": "^7.0.0",
"fs-extra": "^7.0.1",
"rehype-stringify": "^5.0.0",
"relative": "^3.0.2",
"remark": "^5.0.1",
"remark-frontmatter": "^1.3.1",
"remark-lint": "^2.0.0",
"remark-parse": "^6.0.3",
"remark-rehype": "^4.0.0",
"remark-slug": "^4.0.0",
"remark-stringify": "^6.0.4",
"remark-yaml-config": "^4.0.3",
"string-replace-async": "^1.2.0",
"unified": "^7.0.2",
"yargs": "^4.7.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"pegjs": "^0.9.0"
},
"gitHead": "6198d17961ceab17dcc15f1017c21e84b0808277",
"optionalDependencies": {
"chokidar": "^2.0.4"
}
}