-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 843 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 843 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
{
"name": "a11y-practice",
"version": "1.0.0",
"description": "understanding your full range of users by trying on their shoes",
"main": "index.js",
"scripts": {
"start": "mdx-deck deck.mdx",
"build": "cp -R images dist && cp -R exercises dist && mdx-deck build deck.mdx",
"deploy": "npm run build && now ./dist -A ../now.json && now alias",
"pdf": "mdx-deck pdf deck.mdx",
"image": "mdx-deck screenshot deck.mdx",
"help": "mdx-deck"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moarsel/a11y-practice.git"
},
"author": "Russell Hoy",
"license": "ISC",
"bugs": {
"url": "https://github.com/moarsel/a11y-practice/issues"
},
"homepage": "https://github.com/moarsel/a11y-practice#readme",
"dependencies": {},
"devDependencies": {
"mdx-deck": "^1.6.9"
}
}