-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 961 Bytes
/
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
{
"name": "grunt-i18next",
"description": "Bundle language resource files for i18next.",
"version": "0.2.0",
"homepage": "https://github.com/i18next/grunt-i18next",
"author": {
"name": "Ignacio Rivas",
"url": "http://github.com/sabarasaba"
},
"contributors": [{
"name": "Martijn van de Rijdt",
"email": "martijn@enketo.org"
}],
"repository": {
"type": "git",
"url": "git://github.com/i18next/grunt-i18next.git"
},
"bugs": {
"url": "https://github.com/i18next/grunt-i18next/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/i18next/grunt-i18next/blob/master/LICENSE-MIT"
}],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "1.1.x",
"grunt-contrib-clean": "1.1.x",
"grunt-contrib-nodeunit": "1.0.x",
"grunt": "1.0.x"
},
"keywords": [
"gruntplugin",
"i18next"
]
}