-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·59 lines (59 loc) · 1.39 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
54
55
56
57
58
59
{
"uid": "http://github.com/pinf/test-programs-js/",
"name": "test-programs-js",
"label": "PINF JavaScript Test Packages",
"description": "CommonJS portable test programs for JavaScript.",
"homepage": "https://github.com/pinf/test-programs-js",
"repositories": [
{
"type": "git",
"url": "git://github.com/pinf/test-programs-js.git"
}
],
"maintainers": [
{
"name": "Christoph Dorn",
"email": "christoph@christophdorn.com",
"web": "http://www.christophdorn.com/"
}
],
"licenses": [
{
"scope": "code",
"type": "MIT"
},
{
"scope": "docs",
"type": "CC-BY-NC-SA"
}
],
"main": "main.js",
"scripts": {
"test": {
"id": "github.com/pinf/test-js/"
},
"export": {
"id": "github.com/pinf/loader-js/"
},
"serve": {
"id": "github.com/pinf/server-js/"
}
},
"mappings": {
"pinf": {
"id": "pinf.org/loader/"
},
"modules": {
"id": "github.com/pinf/modules-js/"
}
},
"overlay": {
"pinf:node": {
"mappings": {
"server": {
"id": "github.com/pinf/server-js/"
}
}
}
}
}