-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.41 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.41 KB
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
53
54
55
56
57
58
59
60
61
{
"name": "grunt-angular-translate",
"version": "0.3.3",
"description": "Extract all the translation keys for angular-translate project",
"main": "Gruntfile.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-markdox": "^0.1.0",
"nodeunit": "^0.9.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/angular-translate/grunt-angular-translate.git"
},
"keywords": [
"AngularJS",
"angular-translate",
"gruntplugin",
"grunt",
"javascript",
"js",
"translate",
"i18n"
],
"author": "Benjamin Longearet",
"bugs": {
"url": "https://github.com/angular-translate/grunt-angular-translate/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular-translate/grunt-angular-translate/blob/master/LICENSEgit "
}
],
"gitHead": "dd655f85e3b4c59b7f3ac5ebf3f1ccad69876bb8",
"readmeFilename": "README.md",
"dependencies": {
"flat": "^1.2.0",
"json-stable-stringify": "^1.0.0",
"lodash": "~2.4.1",
"pofile": "^0.2.12"
}
}