forked from clocklimited/backline-mixins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 825 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
{
"name": "backline-mixins",
"version": "1.0.3",
"description": "A collection of useful SCSS mixins",
"author": "Jack Brewer",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/clocklimited/backline-mixins"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"main": "index.js",
"scripts": {
"test": "run-p qa:**",
"qa:test": "jest",
"qa:css": "stylelint \"src/**/*.scss\"",
"docs": "sassdoc src"
},
"devDependencies": {
"jest": "^24.5.0",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"sassdoc": "^2.5.1",
"sass-true": "^4.0.0",
"stylelint": "^9.10.1",
"stylelint-config-prettier": "^5.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.4"
}
}