-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (79 loc) · 1.47 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "gliss01",
"version": "1.0.0",
"license": "MIT",
"description": "A silent, tiny and effective CSS framework",
"main": "Gcore/css/gliss.css",
"style": "gliss.css",
"files": [
"Gcore",
"Gcore/css/",
"Gcore/js/",
"Gcore/img",
"README.md"
],
"bugs": "https://github.com/cryptix720/gliss/issues",
"repository": {
"type": "git",
"url": "https://github.com/cryptix720/gliss.git"
},
"devDependencies": {
"ajv": "^6.5.3",
"grunt": "^1.0.3",
"grunt-express-server": "^0.5.4",
"gulp": "^4.0.0",
"node-sass": "^4.9.3",
"snyk": "^1.91.0",
"stylelint": "^11.1.1"
},
"dependencies": {
"fluid-grunt-eslint": "^18.1.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"gulp-cli": "^2.0.1",
"jshint": "^2.9.5"
},
"scripts": {
"protect": "snyk protect"
},
"config": {
"port": "8989"
},
"engines": {
"node": ">=4",
"iojs": ">=1.6.1",
"os": [
"darwin",
"linux",
"windows",
"ios",
"osx",
"android"
]
},
"keywords": [
"css",
"sass",
"scss",
"flexbox",
"art",
"compatibility",
"accessibility",
"morphologic",
"responsive",
"framework"
],
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"font-family-no-duplicate-names": [
true,
{
"ignoreFontFamilyNames": [
"monospace"
]
}
]
}
}
}