-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
47 lines (47 loc) · 1.09 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
47
{
"name": "angular-gettext-tools",
"description": "Tools for extracting/compiling angular-gettext strings.",
"version": "2.5.3",
"homepage": "http://angular-gettext.rocketeer.be/",
"author": {
"name": "Ruben Vermeersch",
"email": "[email protected]",
"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": "~1.5.2",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-cli": "^7.0.0",
"sinon": "^1.17.4"
},
"keywords": [
"angular",
"gettext"
],
"dependencies": {
"@babel/parser": "^7.4.3",
"binary-search": "^1.2.0",
"cheerio": "^1.0.0-rc.12",
"lodash": "^4.17.5",
"pofile": "~1.0.0"
}
}