-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1013 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1013 Bytes
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
{
"name": "@thumbtack/tp-ui-layout-wrap",
"version": "1.2.6",
"main": "_index.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/thumbtack/thumbprint.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": {
"name": "Tom Genoni",
"email": "tom@atomeye.com",
"url": "http://atomeye.com/"
},
"contributors": [
{
"name": "Daniel O'Connor",
"email": "daniel@danoc.me",
"url": "https://danoc.me/"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thumbtack/thumbprint/issues"
},
"homepage": "https://github.com/thumbtack/thumbprint/blob/master/packages/tp-ui-layout-wrap/#readme",
"dependencies": {
"@thumbtack/thumbprint-tokens": "^6.2.4",
"@thumbtack/tp-ui-core-function": "^1.0.9",
"@thumbtack/tp-ui-core-mixin": "^3.0.4"
}
}