-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 832 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 832 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
{
"name": "@thumbtack/tp-ui-core-reset",
"version": "2.0.4",
"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-core-reset/#readme"
}