-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 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
49
50
51
52
53
{
"name": "perli",
"description": "Multi-platform REPL for Perl",
"private": false,
"version": "0.1.6",
"os": [
"linux",
"android",
"darwin",
"win32"
],
"preferGlobal": true,
"bin": {
"perli": "bin/perli"
},
"man": "./man/perli.1",
"homepage": "https://github.com/mklement0/perli",
"repository": {
"type": "git",
"url": "https://github.com/mklement0/perli.git"
},
"bugs": {
"url": "https://github.com/mklement0/perli/issues"
},
"scripts": {
"test": "make test"
},
"keywords": [
"perl",
"repl",
"eval",
"experiment",
"interactive"
],
"author": "Michael Klement <[email protected]> (http://same2u.net)",
"license": "MIT",
"net_same2u": {
"make_pkg": {
"tocOn": true,
"tocTitle": "**Contents**",
"manOn": true
}
},
"devDependencies": {
"doctoc": "^2.0.0",
"json": "^10.0.0",
"marked-man": "^0.1.5",
"replace": "^1.0.1",
"semver": "^4.2.0",
"tap": "^18.5.2",
"urchin": "^0.0.5"
}
}