-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
29 lines (29 loc) · 927 Bytes
/
package-lock.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
{
"name": "gut_savvy_ui",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"eve-raphael": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/eve-raphael/-/eve-raphael-0.5.0.tgz",
"integrity": "sha1-F8dUt5K+7z+maE15z1pHxjxM2jA="
},
"morris.js06": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/morris.js06/-/morris.js06-0.6.4.tgz",
"integrity": "sha512-mPmzQlMUk7503xEDkpwFIzeFh0U2qXcKtd4UBRsDvVr/r5ElfkUhaJNJe1qHGlmqIYnwrY4SgQey+aD2U1hFvA==",
"requires": {
"raphael": "^2.2.7"
}
},
"raphael": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/raphael/-/raphael-2.3.0.tgz",
"integrity": "sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ==",
"requires": {
"eve-raphael": "0.5.0"
}
}
}
}