Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Incognito-old
Path: blob/main/static/src/gs/public/gopher-kart/css/milligram/composer.json
1338 views
1
{
2
"name": "milligram/milligram",
3
"version": "1.3.0",
4
"description": "A minimalist CSS framework.",
5
"homepage": "https://milligram.github.io",
6
"repository": "milligram/milligram",
7
"license": "MIT",
8
"author": "CJ Patoilo <[email protected]>",
9
"main": "dist/milligram.css",
10
"keywords": [
11
"bootstrap",
12
"css",
13
"css3",
14
"flexbox",
15
"front-end",
16
"framework",
17
"html",
18
"html5",
19
"kickstarter",
20
"less",
21
"responsive",
22
"mobile",
23
"mobile-first",
24
"postcss",
25
"responsive",
26
"sass",
27
"scss",
28
"stylus"
29
],
30
"ignore": [
31
".appveyor.yml",
32
".editorconfig",
33
".eslintrc",
34
".github",
35
".gitignore",
36
".npmignore",
37
".sasslintrc",
38
".travis.yml",
39
"backstop.conf.js",
40
"bower.json",
41
"changelog.md",
42
"composer.json",
43
"package.js",
44
"package.json",
45
"src",
46
"test"
47
],
48
"dependencies": {
49
"normalize.css": "~5.0.0"
50
}
51
}
52
53