-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 943 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
41
42
43
44
45
46
{
"name": "@fibjs/node",
"description": "Node.js runtime which works on fibjs platform.",
"version": "1.0.0-beta.0",
"bin": {
"node": "bin/node.js"
},
"main": "lib/index.js",
"keywords": [
"npm",
"Node",
"polyfill",
"js",
"fibjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fibjs-modules/node.git"
},
"scripts": {
"ci": "fibjs test/main.js"
},
"dependencies": {
"@fibjs/fs-readdir-recursive": "^1.0.2"
},
"devDependencies": {
"@fibjs/ci": "^2.0.0",
"@fibjs/copy": "^1.0.1",
"@fibjs/mkdirp": "^1.0.0",
"@fibjs/rmdirr": "^1.0.1"
},
"ci": {
"version": "0.3.1, 0.4.1"
},
"bugs": {
"url": "https://github.com/fibjs-modules/node/issues"
},
"author": "ngot <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/fibjs-modules/node#readme",
"files": [
"index.js",
"lib",
"bin"
]
}