forked from bkonetzny/link-to-inbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 825 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
{
"name": "link-to-inbox",
"version": "1.1.0",
"description": "Creates a link to the webmail inbox based on email address.",
"main": "link-to-inbox.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "uglifyjs --compress --mangle --output link-to-inbox.min.js -- link-to-inbox.js",
"prepublish": "npm run minify"
},
"repository": {
"type": "git",
"url": "https://github.com/bkonetzny/link-to-inbox"
},
"keywords": [
"email",
"inbox",
"onboarding"
],
"devDependencies" : {
"uglify-js": "^2.6.2"
},
"author": "Bastian Konetzny",
"license": "MIT",
"bugs": {
"url": "https://github.com/bkonetzny/link-to-inbox/issues"
},
"homepage": "https://github.com/bkonetzny/link-to-inbox"
}