-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "dasweltbestegrid",
"version": "1.0.6",
"description": "The worldbest grid is Google's Material Design grid implementation brought in wonderful harmony with include media.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/DerWeltbesteNachbar/DasWeltbesteGrid.git"
},
"keywords": [
"grid",
"mdc-layout-grid",
"include-media",
"custom-breakpoints",
"sass",
"mobile-first",
"responsive",
"lightweight",
"12-columns"
],
"author": "Dominik Borchert",
"license": "MIT",
"bugs": {
"url": "https://github.com/DerWeltbesteNachbar/DasWeltbesteGrid/issues"
},
"homepage": "https://github.com/DerWeltbesteNachbar/DasWeltbesteGrid#readme",
"dependencies": {
"@material/layout-grid": "^8.0.0",
"include-media": "^1.4.9"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.0.2",
"gulp-sourcemaps": "^3.0.0",
"node-sass": "^5.0.0",
"normalizecss": "^3.0.0"
}
}