-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "gulp-translations-from-spreadsheet",
"version": "1.4.2",
"description": "transform google spreadsheet to angular translations json files",
"author": "Mikhail Angelov",
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"google",
"spreadsheet",
"translations",
"i18n",
"angular"
],
"homepage": "https://github.com/mikhail-angelov/gulp-translations-from-spreadsheet",
"repository": {
"type": "git",
"url": "git://github.com/mikhail-angelov/gulp-translations-from-spreadsheet.git"
},
"dependencies": {
"google-spreadsheet": "~2.0.4",
"gulp-util": "^3.0.7",
"lodash": "^4.17.15",
"through2": "^2.0.0",
"vinyl": "^1.1.1"
},
"devDependencies": {
"event-stream": "^3.3.2",
"mocha": "^2.4.5",
"should": "^8.2.1"
},
"scripts": {
"test": "mocha",
"release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"engines": {
"node": ">= 0.10"
},
"license": "MIT"
}