forked from SSWConsulting/SSW.CodeAuditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 858 Bytes
/
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
{
"name": "sswcodeauditorapp",
"version": "1.0.0",
"description": "``` bash\r $ cd ui\r $ npm i\r $ npm run dev\r ```",
"main": "index.js",
"dependencies": {
"audit": "0.0.6",
"boxen": "^4.2.0",
"chalk": "^3.0.0",
"csv-parser": "^2.3.2",
"csv-writer": "^1.6.0",
"export-to-csv": "^0.2.1",
"express": "^4.17.1",
"htmlhint": "^0.11.0",
"node-sass": "^4.14.1",
"ramda": "^0.27.0",
"sass": "^1.26.5",
"yargs": "^15.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SSWConsulting/SSW.CodeAuditor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SSWConsulting/SSW.CodeAuditor/issues"
},
"homepage": "https://codeauditor.com"
}