-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 KB
/
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
44
45
46
47
48
{
"name": "dext-darwin-applications-plugin",
"version": "0.3.1",
"description": "Dext plugin to search for applications (Darwin only).",
"keywords": [
"dext",
"dext-plugin",
"applications",
"darwin",
"mac",
"osx",
"search",
"finder"
],
"main": "index.js",
"author": "Vu Tran <vu@vu-tran.com>",
"license": "MIT",
"scripts": {
"lint": "eslint __mocks__ __tests__ index.js",
"test": "jest --coverage"
},
"files": [
"index.js",
"icon.png"
],
"repository": {
"type": "git",
"url": "https://github.com/vutran/dext-darwin-applications-plugin"
},
"os": [
"darwin"
],
"dependencies": {
"file-icon": "^1.0.0",
"os-apps": "^0.2.1"
},
"devDependencies": {
"babel-jest": "^16.0.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"coveralls": "^2.11.14",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"jest": "^16.0.1"
}
}