From ce761701c82ff81d5f7c96a205e135aab9e9b702 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Wed, 14 Nov 2018 10:03:55 +0000 Subject: [PATCH] Tag 1.0.0 and publish as an NPM package --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b0feb34 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "devices.json", + "version": "1.0.0", + "description": "A catalog of common web-enabled devices.", + "main": "devices.json", + "scripts": { + "test": "node test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/mozilla/simulated-devices" + }, + "author": "Mozilla", + "license": "CC0-1.0", + "bugs": { + "url": "https://github.com/mozilla/simulated-devices/issues" + }, + "homepage": "https://code.cdn.mozilla.net/devices/devices.json" +}