-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "org.pinf.genesis.lib",
"description": "PINF.Genesis Library (PGL) for NodeJS",
"version": "0.1.5",
"main": "pgl.js",
"dependencies": {
"JSONPath": "brettz9/JSONPath#19b6a87041",
"bash.origin": "0.1.x",
"deepmerge": "^0.2.10",
"extend": "^2.0.1",
"fs-extra": "^0.16.5",
"jsonwebtoken": "^5.0.1",
"node-forge": "^0.6.29",
"org.pinf.lib": "0.1.x",
"pinf-it-program-insight": "0.1.x",
"q": "^1.2.0",
"require.async": "^0.1.1",
"resolve": "^1.1.6",
"waitfor": "^0.1.3",
"winston": "^0.9.0"
},
"config": {
"pio.deploy.converter": {
"name": "nodejs-lib"
},
"org.pinf.genesis.lib/0": {
"api": {
"consumes": {
"ASSERT": "assert",
"DEEPMERGE": "deepmerge",
"FS": "fs",
"RESOLVE": "resolve"
},
"provides": {
"config": "./api/config.js"
}
}
}
}
}