forked from rubenv/grunt-angular-gettext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
48
49
50
51
52
{
"name": "grunt-angular-gettext",
"description": "Tasks for extracting/compiling angular-gettext strings.",
"version": "0.2.14",
"homepage": "http://angular-gettext.rocketeer.be/",
"author": {
"name": "Ruben Vermeersch",
"email": "ruben@savanne.be",
"url": "http://savanne.be"
},
"repository": {
"type": "git",
"url": "git://github.com/rubenv/grunt-angular-gettext.git"
},
"bugs": {
"url": "https://github.com/rubenv/grunt-angular-gettext/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rubenv/grunt-angular-gettext/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-mocha-cli": "~1.0.6",
"grunt-release": "~0.4.0",
"pofile": "~0.2.4"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"angular",
"gettext"
],
"dependencies": {
"angular-gettext-tools": "git://github.com/osasseville/angular-gettext-tools.git"
}
}