aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1021a1a..27a0c47 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
1{ 1{
2 "name": "wifi-details", 2 "name": "wifi-card",
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "private": true, 4 "private": true,
5 "dependencies": { 5 "dependencies": {
@@ -31,5 +31,9 @@
31 "last 1 firefox version", 31 "last 1 firefox version",
32 "last 1 safari version" 32 "last 1 safari version"
33 ] 33 ]
34 } 34 },
35 "main": "index.js",
36 "repository": "git@github.com:bndw/wifi-card.git",
37 "author": "bndw <ben@bdw.to>",
38 "license": "MIT"
35} 39}