-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 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": "strlen.awf",
"description": "An Alfred workflow that counts the number of characters and bytes in a string.",
"private": false,
"version": "0.2.1",
"os": [
"darwin"
],
"preferGlobal": true,
"homepage": "https://github.com/mklement0/strlen.awf",
"repository": {
"type": "git",
"url": "https://github.com/mklement0/strlen.awf.git"
},
"bugs": {
"url": "https://github.com/mklement0/strlen.awf/issues"
},
"scripts": {
"test": "make test",
"postinstall": "./bin/installAwf",
"postuninstall": "./bin/installAwf -u"
},
"keywords": [
"macos",
"osx",
"awf",
"alfred",
"workflow",
"text",
"count",
"length"
],
"author": "Michael Klement <mklement0@gmail.com> (http://same2u.net)",
"license": "MIT",
"net_same2u": {
"make_pkg": {
"tocOn": true,
"tocTitle": "**Contents**"
}
},
"devDependencies": {
"doctoc": "^0.13.0",
"json": "^9.0.3",
"replace": "^0.3.0",
"semver": "^4.2.0",
"urchin": "^0.0.5"
}
}