-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 918 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
{
"name": "supercell",
"version": "1.3.0",
"description": "Grid-like layout system.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "stylelint '**/*.scss' --syntax scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sky-uk/supercell.git"
},
"keywords": [
"grid",
"grid system",
"layout"
],
"authors": [
"Harry Roberts <csswizardry@gmail.com> (https://csswizardry.com)",
"Sky UK"
],
"contributors": [
"Joe Bell <joe@joebell.co.uk> (https://github.com/joebell93)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sky-uk/supercell/issues"
},
"homepage": "https://github.com/sky-uk/supercell#readme",
"devDependencies": {
"stylelint": "^11.1.1",
"stylelint-config-sky-uk": "^3.0.0",
"stylelint-scss": "^3.12.1",
"stylelint-selector-bem-pattern": "^1.0.0"
}
}