-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 900 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
35
36
37
38
39
{
"name": "@deloitte-digital-au/stylelint-config",
"version": "1.1.0",
"description": "This package provides Deloitte Digital's code standards as an Stylelint extensible config",
"main": "index.js",
"scripts": {
"lint": "eslint \"**/*.js\"",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:DeloitteDigitalAPAC/stylelint-config-deloitte.git"
},
"keywords": [
"style",
"lint",
"sass",
"style lint",
"sass lint",
"stylelintconfig",
"config",
"deloitte",
"styleguide"
],
"engines": {
"node": ">= 4"
},
"devDependencies": {
"@deloitte-digital-au/eslint-config": "^3.4.0"
},
"author": "Deloitte Digital Australia (http://deloittedigital.com.au)",
"license": "BSD-3-Clause",
"dependencies": {
"stylelint": "^7.13.0"
},
"publishConfig": {
"access": "public"
}
}