-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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": "coda-cx",
"version": "0.0.1",
"description": "Web Components for use with Hydrogen Docs",
"main": "build/index.js",
"scripts": {
"test": "p9k test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashkite/hydrogen-docs-cx.git"
},
"keywords": [
"Web",
"components",
"documentation",
"hydrogen"
],
"author": "Dan Yoder",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/dashkite/hydrogen-docs-cx/issues"
},
"homepage": "https://github.com/dashkite/hydrogen-docs-cx#readme",
"dependencies": {
"@dashkite/carbon": "file:../carbon",
"@dashkite/helium": "file:../helium",
"@dashkite/hydrogen": "file:../hydrogen",
"@dashkite/hydrogen-cx": "file:../hydrogen-cx",
"panda-parchment": "^6.0.3"
},
"devDependencies": {
"@dashkite/vogue": "file:../vogue",
"coffeescript": "^2.5.1",
"panda-9000": "^5.0.2",
"panda-quill": "^5.0.0",
"pug": "^2.0.4",
"stylus": "^0.54.7"
}
}