-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
40 lines (40 loc) · 907 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
{
"name": "grunt-webstore-upload",
"version": "0.9.24",
"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": "[email protected]"
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "^5.1.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"lodash": "^4.17.15",
"minimatch": ">=3.0.2",
"minimist": "^1.2.0",
"opn": "^5.5.0",
"q": "^1.0.1"
}
}