UNPKG

920 BJSONView Raw
1{
2 "name": "grunt-open",
3 "description": "Open urls and files from a grunt task",
4 "version": "0.1.0",
5 "homepage": "https://github.com/onehealth/grunt-open",
6 "author": {
7 "name": "Jarrod Overson",
8 "email": "jsoverson@gmail.com",
9 "url": "http://jarrodoverson.com/"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/onehealth/grunt-open.git"
14 },
15 "bugs": {
16 "url": "https://github.com/onehealth/grunt-open/issues"
17 },
18 "licenses": [
19 {
20 "type": "MIT",
21 "url": "https://github.com/onehealth/grunt-open/blob/master/LICENSE"
22 }
23 ],
24 "main": "Gruntfile.js",
25 "bin": "bin/grunt-open",
26 "engines": {
27 "node": ">= 0.6.0"
28 },
29 "scripts": {
30 "test": "grunt test"
31 },
32 "dependencies": {
33 "grunt": "*",
34 "open": "0.0.2"
35 },
36 "devDependencies": {
37 "grunt": "~0.4.0a"
38 },
39 "keywords": [
40 "gruntplugin",
41 "open",
42 "url",
43 "file"
44 ]
45}