aboutsummaryrefslogtreecommitdiff
path: root/src/js/firefox/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/firefox/package.json')
-rw-r--r--src/js/firefox/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/js/firefox/package.json b/src/js/firefox/package.json
new file mode 100644
index 0000000..b3b2df2
--- /dev/null
+++ b/src/js/firefox/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "fiveui",
+ "fullName": "Five UI",
+ "license": "BSD 3",
+ "author": "Galois (http://galois.com)",
+ "contributors": [ "Rogan Creswick <creswick@galois.com>",
+ "Trevor Elliot <trevor@galois.com>",
+ "Benjamin Jones <bjones@galois.com>"
+ ],
+ "version": "0.2",
+ "id": "jid1-oquzbbbog1fmxq",
+ "description": "UI Constraint Checker",
+ "lib": "data/",
+ "main": "main.js",
+ "tests": "test"
+}