-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 905 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
{
"name": "grunt-port-pick",
"version": "1.5.3",
"description": "Scan and pick an available port, for other grunt tasks",
"main": "grunt.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/devaos/grunt-port-pick.git"
},
"keywords": [
"grunt",
"gruntplugin",
"port",
"scan",
"find",
"available",
"inject",
"embed"
],
"author": "Ari Aosved",
"license": "MIT",
"bugs": {
"url": "https://github.com/devaos/grunt-port-pick/issues"
},
"dependencies": {
"async": "^0.9.0",
"portscanner": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-release": "^0.7.0",
"matchdep": "^0.3.0"
}
}