forked from rubenv/angular-gettext-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
{
"name": "angular-gettext-tools",
"description": "Tools for extracting/compiling angular-gettext strings.",
"version": "2.1.13",
"homepage": "http://angular-gettext.rocketeer.be/",
"author": {
"name": "Ruben Vermeersch",
"email": "ruben@rocketeer.be",
"url": "http://rocketeer.be"
},
"repository": {
"type": "git",
"url": "git://github.com/rubenv/angular-gettext-tools.git"
},
"bugs": {
"url": "https://github.com/rubenv/angular-gettext-tools/issues"
},
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha-cli": "^1.13.1"
},
"keywords": [
"angular",
"gettext"
],
"dependencies": {
"binary-search": "^1.2.0",
"cheerio": "~0.19.0",
"espree": "^2.0.0",
"lodash": "^4.0.0",
"pofile": "~1.0.0"
}
}