forked from c301/grunt-webstore-upload
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 878 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
{
"name": "grunt-webstore-upload",
"version": "0.9.16",
"description": "Automate uploading process of the new versions of Chrome Extension to Chrome Webstore",
"repository": "https://github.com/c301/grunt-webstore-upload.git",
"author": {
"name": "Anton Sivolapov",
"email": "anton.sivolapov@gmail.com"
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt": "~0.4.2",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"open": "0.0.5",
"q": "^1.0.1"
}
}