aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/package-lock.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-04-04 21:03:53 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-04-05 01:30:31 +0200
commit4a199b578b3bdfca70cdbb1ecd399fda90116087 (patch)
treec3ccfa1ee29692967ac57dc086419b6db1b1b36e /webapp/package-lock.json
parent08095aa9a0d7b9b7636cdf36a5a5b6df2592bc05 (diff)
Add package lock file
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/package-lock.json')
-rw-r--r--webapp/package-lock.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/webapp/package-lock.json b/webapp/package-lock.json
new file mode 100644
index 0000000..92bef10
--- /dev/null
+++ b/webapp/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "xds-server-minimal-dashboard",
+ "version": "1.0.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "font-awesome": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
+ "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
+ }
+ }
+}