-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.48 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.48 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
{
"name": "hiring-cognitive-diversity-in-tech",
"version": "1.0.0",
"description": "Hiring Cognitive Diversity in Tech is an Education and Advocacy Initiative designed to assist businesses in hiring skilled technologists with Cognitive Disabilities. At Hiring Cognitive we know that minorities on the cognitive spectrum like us make amazing employees! But the interview and onboarding processes in tech aren't designed with us in mind so they aren't spaces where we can show off our unique skills.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --style=compressed src/sass/base.scss dist/css/base.css",
"watch:sass": "npm run sass -- --watch",
"eleventy": "npx eleventy",
"watch:eleventy": "eleventy --serve",
"start": "npm-run-all sass --parallel watch:*",
"build": "npm-run-all sass --parallel eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accessibility/hiring-cognitive-diversity-in-tech.git"
},
"keywords": [
"accessibility",
"11ty",
"cognitive disabilities",
"hiring",
"website"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/accessibility/hiring-cognitive-diversity-in-tech/issues"
},
"homepage": "https://github.com/accessibility/hiring-cognitive-diversity-in-tech#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"sass": "^1.32.8"
}
}