summaryrefslogtreecommitdiff
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, 0 insertions, 27 deletions
diff --git a/thirdparty/jed/package.json b/thirdparty/jed/package.json
deleted file mode 100644
index 0e37bc704..000000000
--- a/thirdparty/jed/package.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "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"
-}