-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 939 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": "mac-signature-installer",
"version": "0.2.0",
"description": "Script helping to install HTML email signatures in Mail.app on macOS",
"main": "lib/bundle.js",
"scripts": {
"compile": "webpack",
"prepublish": "npm run compile",
"test": "npm run compile && mocha"
},
"author": "Cloud Under Ltd",
"license": "MIT",
"keywords": [
"mail",
"macos",
"osx",
"mac",
"email",
"signature",
"bash",
"shell"
],
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"raw-loader": "^0.5.1",
"webpack": "^1.13.3"
},
"repository": {
"type": "git",
"url": "https://github.com/CloudUnder/mac-signature-installer.git"
},
"bugs": {
"url": "https://github.com/CloudUnder/mac-signature-installer/issues"
}
}