summaryrefslogtreecommitdiff
path: root/package.json
blob: 0e37bc704e5473487286ef31ba10d5b86767a010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
}