forked from kriskbx/gitlab-time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 Bytes
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
{
"name": "open",
"version": "0.0.5",
"description": "open a file or url in the user's preferred application",
"keywords": ["start", "open", "browser", "editor", "default"],
"homepage": "https://github.com/jjrdn/node-open",
"author": "J Jordan <jjrdn@styosis.com>",
"license": "MIT",
"contributors": [
"Victor Costan <victor@costan.us> (http://www.costan.us)"
],
"repository": {
"type": "git",
"url": "https://github.com/pwnall/node-open.git"
},
"bugs": {
"url": "https://github.com/pwnall/node-open/issues"
},
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "*"
},
"optionalDependencies": {},
"main": "lib/open.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
}
}