-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 975 Bytes
/
package.json
File metadata and controls
57 lines (57 loc) · 975 Bytes
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
{
"version": "2.5.12",
"description": "Implement php function for nodejs ",
"main": "phplike",
"keywords": [
"php",
"php-like",
"nodejs",
"curl",
"exec",
"xml parser",
"DOM Document",
"socket",
"mysql"
],
"repository": {
"type": "git",
"url": "git@github.com:puritys/nodejs-phplike.git"
},
"contributors": "puritys.chen@outlook.com",
"homepage": "https://github.com/puritys/nodejs-phplike",
"license": "MIT",
"name": "phplike",
"files": [
"src",
"index.js",
"module.js",
"binding.gyp",
"package.json",
"install.js",
"binary"
],
"scripts": {
"test": "mocha tests",
"build": "node-gyp rebuild"
},
"dependencies": {
"bindings": ">=1.2.1",
"nan": "^2.0.9",
"node-gyp": ">=1.0.2"
},
"gypfile": true,
"os": [
"linux",
"mac",
"darwin",
"win",
"win32",
"win64"
],
"cpu": [
"x64",
"ia32",
"arm",
"arm64"
]
}