forked from josuerios/gulp-angular-translate-module-part
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
49
50
{
"name": "gulp-angular-translate-module-part",
"version": "0.1.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdavoff/gulp-angular-translate-module-part.git"
},
"keywords": [
"gulpplugin",
"angularJS",
"angular",
"angular-translate",
"gulp",
"javascript",
"js",
"translate",
"i18n",
"l10n",
"localisation",
"translation",
"internationalization",
"internationalisation",
"features",
"modules",
"tree"
],
"author": "Josue Rios Diaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdavoff/gulp-angular-translate-module-part/issues"
},
"homepage": "https://github.com/jdavoff/gulp-angular-translate-module-part#readme",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1"
},
"dependencies": {
"gulp-util": "^3.0.7",
"lodash": "^4.13.1",
"through2": "^2.0.1"
}
}