-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.42 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
{
"_from": "katana.scss",
"_inBundle": false,
"_integrity": "sha512-39azkxYSI/P4L75RAUluwYcVaRmQQQofDzaLp2Bp/QYHNmZmaUb9QdvgekT83p3isGt57DAx1GhEvj2uyH3nDg==",
"_location": "/katana.scss",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "katana.scss",
"name": "katana.scss",
"escapedName": "katana.scss",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/katana.scss/-/katana.scss-1.0.0.tgz",
"_shasum": "2c7684d7834933460f0864262f54bf29645e70de",
"_spec": "katana.scss",
"_where": "/Users/vladimir/Documents/Katana",
"author": "Vladimir Carrer <[email protected]> (http://www.vcarrer.com)",
"bugs": {
"url": "https://github.com/vladocar/Katana/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Katana is sharp CSS Layout System made with Flexbox",
"homepage": "https://github.com/vladocar/Katana#readme",
"keywords": [
"css",
"css3",
"css-framework",
"sass",
"scss",
"css-library",
"css-grid",
"html",
"html-template"
],
"license": "MIT",
"main": "index.js",
"name": "katana.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/vladocar/Katana.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}