Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Tag 1.0.0 and publish as an NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes committed Nov 14, 2018
1 parent 59585fe commit ce76170
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 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"
}

0 comments on commit ce76170

Please sign in to comment.