-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 830 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 830 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
{
"name": "pebble_habit_tracker",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pebble_habit_tracker",
"version": "1.0.0",
"dependencies": {
"@rebble/clay": "^1.0.8"
}
},
"node_modules/@rebble/clay": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@rebble/clay/-/clay-1.0.8.tgz",
"integrity": "sha512-nLZes039sniW1Qx24AXirk1EH+JXNKSX5fAiJYObPL1znt83IGLIulZvDWXvM+HCmaSnjPheYdxvspr3CZicYQ==",
"license": "MIT"
}
},
"dependencies": {
"@rebble/clay": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@rebble/clay/-/clay-1.0.8.tgz",
"integrity": "sha512-nLZes039sniW1Qx24AXirk1EH+JXNKSX5fAiJYObPL1znt83IGLIulZvDWXvM+HCmaSnjPheYdxvspr3CZicYQ=="
}
}
}