-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (47 loc) · 1.1 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
{
"name" : "@oktarintentakel/jig",
"version" : "1.0.0",
"author" : "Sebastian Schlapkohl",
"description" : "A \"foundationish\" grid solution for SCSS and Stylus with native CSS grid and sane defaults and helpers for responsive websites.",
"license" : "MIT",
"repository" : {
"type" : "git",
"url" : "git+https://github.com/OktarinTentakel/jig.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"private" : false,
"keywords" : [
"standard grid",
"css grid",
"breakpoints",
"spacing",
"helpers",
"scss",
"stylus"
],
"type" : "module",
"directories" : {
"docs" : "./docs/documentation",
"examples" : "./docs/examples"
},
"devDependencies" : {
"@csstools/normalize.css" : "^11.0.1",
"del": "^7.1.0",
"fancy-log": "^2.0.0",
"gulp" : "^4.0.2",
"gulp-connect" : "^5.7.0",
"gulp-rename": "^2.0.0",
"gulp-sass" : "^5.1.0",
"gulp-shell" : "^0.8.0",
"gulp-sourcemaps" : "^3.0.0",
"gulp-stylus" : "^3.0.1",
"jsdoc" : "^3.6.11",
"node-sass" : "~9.0.0",
"sass" : "~1.79.3",
"serve-static" : "^1.16.2",
"stylus" : "~0.63.0",
"yargs" : "^17.7.2"
}
}