-
Notifications
You must be signed in to change notification settings - Fork 523
/
package.json
35 lines (35 loc) · 1.09 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
{
"name": "web-workbook",
"version": "1.0.0",
"description": "Austin Coding Academy - Web Workbook",
"repository": {
"type": "git",
"url": "git+https://github.com/AustinCodingAcademy/web-workbook.git"
},
"scripts": {
"lint": "stylelint ./**/*.css && eslint . && htmllint {*.html,./**/*.html}",
"start": "cd . && http-server -c-1",
"test": "mocha",
"javascripting": "javascripting",
"node-sass": "node-sass --output-style=expanded",
"node-sass-watch": "node-sass --output-style=expanded --watch"
},
"author": "Kevin Colten",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/AustinCodingAcademy/web-workbook/issues"
},
"homepage": "https://github.com/AustinCodingAcademy/web-workbook#readme",
"dependencies": {
"eslint": "^4.19.1",
"htmllint-cli": "github:kevincolten/htmllint-cli",
"http-server": "^0.11.1",
"javascripting": "github:austincodingacademy/javascripting",
"jquery": "^3.3.1",
"jsdom": "^11.12.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.3",
"postcss": "^6.0.23",
"stylelint": "^9.5.0"
}
}