-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "grunt-static-i18n",
"version": "0.3.3",
"description": "Grunt plugin to translate static assets.",
"homepage": "https://github.com/beck/grunt-static-i18n",
"repository": "https://github.com/beck/grunt-static-i18n",
"author": "Doug Beck <[email protected]>",
"contributors": [
"Stefano Rivera <[email protected]>",
"Yola Engineering <[email protected]>"
],
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"lodash-node": "2.4.x",
"node-gettext": "1.x"
},
"devDependencies": {
"cover-child-process": "0.1.x",
"grunt": "0.4.x",
"grunt-blanket": "0.0.8",
"grunt-cli": "0.1.x",
"grunt-contrib-jshint": "0.8.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-copy": "0.5.x",
"grunt-i18n-abide": "0.0.9",
"grunt-karma-coveralls": "2.4.x",
"grunt-mocha-test": "0.9.x",
"grunt-xgettext": "0.2.x",
"jshint-stylish": "0.1.x",
"load-grunt-tasks": "0.3.x",
"mocha-lcov-reporter": "0.0.1",
"sinon": "1.8.x"
},
"scripts": {
"test": "grunt ci"
}
}