forked from SpeCT/gulp-onesky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 922 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
40
41
42
43
44
45
{
"name": "gulp-onesky",
"version": "1.1.0",
"description": "Download OneSky Translations (multilangual)",
"homepage": "https://github.com/SpeCT/gulp-onesky#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/spect/gulp-onesky.git"
},
"author": {
"name": "Iurii Proshchenko",
"email": "spect.man@gmail.com",
"url": "github.com/spect"
},
"bugs": {
"url": "https://github.com/SpeCT/gulp-onesky/issues"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "jshint index.js && jscs index.js"
},
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"onesky",
"oneskyapp",
"i18n",
"translations"
],
"dependencies": {
"gulp-util": "^3.0.7",
"request": "^2.72.0",
"through": "^2.3.8"
},
"devDependencies": {
"jscs": "^3.0.3",
"jshint": "^2.9.2"
}
}