-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 891 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
{
"name": "grunt-translations-support",
"version": "0.1.0",
"description": "i18n for Grunt",
"main": "Gruntfile.js",
"scripts": {
"grunt": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/const8ine/grunt-translations-support.git"
},
"keywords": [
"i18n",
"grunt",
"localization"
],
"author": "Constantine Rafikov",
"license": "MIT",
"bugs": {
"url": "https://github.com/const8ine/grunt-translations-support/issues"
},
"homepage": "https://github.com/const8ine/grunt-translations-support#readme",
"dependencies": {
"jit-grunt": "^0.10.0",
"time-grunt": "^2.0.0",
"grunt-string-replace": "^1.3.3"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bake": "1.8.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-copy": "*"
}
}