-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
80 lines (80 loc) · 2.17 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
79
80
{
"_args": [
[
"react-bootstrap-typescript",
"/Users/chris/Projects/crm.local"
]
],
"_from": "react-bootstrap-typescript@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/react-bootstrap-typescript",
"_nodeVersion": "5.8.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/react-bootstrap-typescript-0.0.1.tgz_1464100699662_0.43948957324028015"
},
"_npmUser": {
"email": "[email protected]",
"name": "christhomas"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"name": "react-bootstrap-typescript",
"raw": "react-bootstrap-typescript",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_shasum": "08e3854f712ca3c36602fa57f089bef275945258",
"_shrinkwrap": null,
"_spec": "react-bootstrap-typescript",
"_where": "/Users/chris/Projects/crm.local",
"author": {
"name": "Christopher Thomas, Walker Burgin"
},
"bugs": {
"url": "https://github.com/christhomas/react-bootstrap-typescript/issues"
},
"dependencies": {},
"description": "Typescript definitions for React/Bootstrap ",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "08e3854f712ca3c36602fa57f089bef275945258",
"tarball": "https://registry.npmjs.org/react-bootstrap-typescript/-/react-bootstrap-typescript-0.0.1.tgz"
},
"gitHead": "23f770085c3abd077064a2ba58843b8d911dde9e",
"homepage": "https://github.com/christhomas/react-bootstrap-typescript#readme",
"keywords": [
"React",
"Bootstrap",
"Typescript"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "[email protected]",
"name": "christhomas"
}
],
"name": "react-bootstrap-typescript",
"optionalDependencies": {},
"readme": "./README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/christhomas/react-bootstrap-typescript.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"typings": "./index.d.ts",
"version": "0.0.8"
}