blob: f09031f88d725ee98b9308f049fc2fd08fc0e21f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "@mozilla/normandy-action-argument-schemas",
"version": "0.11.0",
"description": "Schemas for Normandy action arguments",
"main": "index.js",
"author": "Michael Cooper <mcooper@mozilla.com>",
"license": "MPL-2.0",
"scripts": {
"prepack": "node export_json.js"
}
}
|