forked from c301/grunt-webstore-upload
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 807 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
{
"name": "webstore-upload",
"version": "0.0.8",
"description": "Automatically upload new versions of Chrome Extensions or Apps to the Chrome Webstore - integrated in your node project!",
"repository": "https://github.com/arieljannai/webstore-upload.git",
"author": {
"name": "Ariel Jannai"
},
"contributors": {
"name": "Anton Sivolapov",
"email": "[email protected]"
},
"keywords": [
"chrome",
"webstore",
"google-api"
],
"main": "index.js",
"engines": {
"node": ">=0.8.0"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"glob": "^7.0.0",
"lodash": "^2.4.1",
"open": "0.0.5",
"q": "^1.0.1",
"request": "^2.69.0",
"request-promise": "^2.0.1"
}
}