-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_from": "codyhouse-framework",
"_id": "codyhouse-framework@2.1.6",
"_inBundle": false,
"_integrity": "sha512-5rT7H9jvQ9/ohrBuiEU2MnZanioxMPq2bM+sOfRD+WBtdxORPSuQWp3HBJAn4Nv/HBSTk5k2wHl4z5nLyHN0IA==",
"_location": "/codyhouse-framework",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "codyhouse-framework",
"name": "codyhouse-framework",
"escapedName": "codyhouse-framework",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/codyhouse-framework/-/codyhouse-framework-2.1.6.tgz",
"_shasum": "dbc9e83c56bc472a4615d635e35e1ae75d556432",
"_spec": "codyhouse-framework",
"_where": "/Users/Z/Development/codyhouse-experiment",
"author": {
"name": "Amber Creative Lab",
"email": "info@ambercreative.co"
},
"bugs": {
"url": "https://github.com/CodyHouse/codyhouse-framework/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A lightweight front-end framework for building accessible, bespoke interfaces.",
"devDependencies": {
"autoprefixer": "^9.4.3",
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-uglify": "^3.0.2",
"postcss-calc": "^7.0.1",
"postcss-css-variables": "git+https://github.com/CodyHouse/postcss-css-variables.git"
},
"homepage": "https://github.com/CodyHouse/codyhouse-framework#readme",
"keywords": [
"scss",
"css",
"framework",
"design-system",
"html",
"front-end",
"buttons",
"colors",
"forms",
"grid",
"mixins",
"spacing",
"typography",
"codyhouse"
],
"license": "MIT",
"main": "index.js",
"name": "codyhouse-framework",
"repository": {
"type": "git",
"url": "git+https://github.com/CodyHouse/codyhouse-framework.git"
},
"scripts": {
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.1.6"
}