-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.27 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.27 KB
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
{
"name": "callisto",
"version": "0.0.1",
"description": "Callisto is a lightweight, sensible design system putting an emphasis on low footprint, context and durability",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daylon/callisto.git"
},
"keywords": [
"design",
"system",
"callisto",
"sass",
"css",
"typography"
],
"author": "Julien Bouvet",
"license": "ISC",
"bugs": {
"url": "https://github.com/Daylon/callisto/issues"
},
"homepage": "https://github.com/Daylon/callisto#readme",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-csso": "^3.0.0",
"gulp-ext-replace": "^0.3.0",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-sass": "^4.0.1",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.1",
"require-dir": "^1.0.0",
"sass-lint": "^1.13.0"
},
"dependencies": {
"chromatic-sass": "^0.1.7",
"normalize.css": "^8.0.0",
"snyk": "^1.307.0"
},
"eslintConfig": {
"extends": "xo"
},
"snyk": true
}