aboutsummarylogtreecommitdiffstats
path: root/package.json
blob: f26dd1dbf2c8f18792c2ae1a54a0c1d1d059f562 (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
28
29
30
31
32
33
34
35
36
37
{
  "name": "enchant-aur",
  "description": "A wrapper library for generic spell checking.",
  "version": "1.6.1-2",
  "homepage": "http://www.thedarkestcave.net/",
  "author": {
    "name": "Jörg Schuck",
    "email": "joerg_schuck@web.de",
    "url": "http://www.thedarkestcave.net/"
  },
  "repository": {
    "type": "git",
    "url": "vcs:/~/enchant-aur.git"
  },
  "bugs": {
    "url": ""
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "http://www.thedarkestcave.net//blob/master/LICENSE-BSD"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt qunit"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-bump": "^0.6.0",
    "grunt-git-them-all": "^0.0.13",
    "grunt-githooks": "^0.3.1",
    "grunt-shell": "^0.7.0"
  }
}