-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 996 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
47
{
"name": "node-p4",
"author": {
"name": "Perforce Software, inc",
"url": "http://www.perforce.com"
},
"contributors": [
{
"name": "Gary Gibbons",
"email": "[email protected]"
},
{
"name": "Jaimen King",
"email": "[email protected]"
},
{
"name": "Enrique Martin Del Campo",
"email": "[email protected]"
}
],
"description": "perforce client api for node.js",
"version": "0.0.14",
"main": "./main.js",
"readme": "./README",
"scripts": {
"build":"cp npm_scripts/binding.gyp binding.gyp && node-gyp configure build",
"postbuild": "cp -rf build/Release/p4nodeapi.node lib/ && rm binding.gyp && rm -rf build",
"test":"node ./npm_scripts/test.js"
},
"dependencies": {},
"devDependencies": {
"fsautil": "~0.1.1"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x86",
"x64"
],
"config": {
"apiVersion": "16.1",
"testPort": "perforce:1666"
}
}