aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-04-18 08:47:15 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-04-18 08:47:15 +0200
commitd7507c1fbae1362bfb4525b074061a5303a9cc71 (patch)
treec98b8b0591f7e14535a6f43d9914ffca5b6e6ff4 /bower.json
downloadiot-workshop-d7507c1fbae1362bfb4525b074061a5303a9cc71.tar.gz
iot-workshop-d7507c1fbae1362bfb4525b074061a5303a9cc71.tar.bz2
iot-workshop-d7507c1fbae1362bfb4525b074061a5303a9cc71.tar.xz
iot-workshop-d7507c1fbae1362bfb4525b074061a5303a9cc71.zip
wip
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..475d012
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,18 @@
+{
+ "name": "iot-workshop",
+ "authors": [
+ "Trygve Laugstøl <trygvis@inamo.no>"
+ ],
+ "description": "",
+ "main": "",
+ "license": "MIT",
+ "homepage": "",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}