forked from rvillars/grunt-json-angular-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 929 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
{
"name": "grunt-json-angular-translate",
"version": "0.1.13",
"description": "Converts json files to angular translate config javascript files.",
"repository": "[email protected]:shahata/grunt-json-angular-translate.git",
"bugs": "[email protected]:shahata/grunt-json-angular-translate.gitissues",
"author": {
"name": "Shahar Talmi",
"email": ""
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.0rc2",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"multiline": "~0.2.0",
"js-beautify": "~1.4.2",
"to-single-quotes-shahata": "~0.3.0"
}
}