forked from ksenmal/gulp-angular-translate-extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 808 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 808 Bytes
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
{
"name": "gulp-angular-translate-extractor",
"version": "1.0.0",
"description": "Gulp plugin extracts the translation keys for angular-translate.",
"main": "index.js",
"dependencies": {
"flat": "^1.5.1",
"gulp-util": "^3.0.4",
"json-stable-stringify": "^1.0.0",
"lodash": "^3.6.0",
"path": "^0.11.14",
"through2": "^0.6.5"
},
"devDependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hard8candy/gulp-angular-translate-extractor.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hard8candy/gulp-angular-translate-extractor/issues"
},
"homepage": "https://github.com/hard8candy/gulp-angular-translate-extractor"
}