aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/jed/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/jed/package.json')
-rw-r--r--thirdparty/jed/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/thirdparty/jed/package.json b/thirdparty/jed/package.json
new file mode 100644
index 000000000..0e37bc704
--- /dev/null
+++ b/thirdparty/jed/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "jed",
+ "version": "1.1.1",
+ "author": "Alex Sexton <alexsexton@gmail.com>",
+ "description": "Gettext Style i18n for Modern JavaScript Apps",
+ "repository": {
+ "type": "git",
+ "url": "https://SlexAxton@github.com/SlexAxton/Jed.git"
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "main": "./jed",
+ "keywords": [
+ "i18n",
+ "Jed",
+ "gettext",
+ "internationalization"
+ ],
+ "dependencies" : {},
+ "devDependencies" : {
+ "mocha" : "*",
+ "expect.js" : "*",
+ "serve": "*"
+ },
+ "license": "MIT"
+}