-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 954 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
{
"name": "grunt-static-i18next",
"version": "0.3.2",
"description": "Grunt plugin for localizing static assets",
"repository": "https://github.com/SpeedShifter/grunt-static-i18next",
"author": {
"name": "Stas Yermakov",
"email": "speeedermak@gmail.com",
"url": "https://github.com/SpeedShifter/grunt-static-i18next"
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt": "~0.4.2",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0",
"grunt-typescript": "^0.7.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-watch": "^0.6.1"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"i18next-client": "^1.7.4",
"lodash": "^3.10.1",
"q": "^1.0.1"
}
}