-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 816 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": "gulp-pseudo-translate-angular-json",
"version": "0.3.4",
"description": "Translate values of key-value pairs of an Angular-Translate JSON File into Pseudo",
"license": "MIT",
"repository": "mr-White/gulp-pseudo-translate-angular-json",
"author": {
"name": "Michael Lage",
"email": "[email protected]",
"url": "lagetech.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"angular",
"angularJS",
"angular-translate",
"pseudo",
"pseudo translation",
"i18n",
"json",
"traverse"
],
"dependencies": {
"gulp-util": "^3.0.0",
"traverse": "^0.6.6"
},
"devDependencies": {
"mocha": "*"
}
}