Lesson 35 - Get Compute Auth Token Working
This commit is contained in:
31
Plugins/GameLiftPlugin/Source/GameLiftServer/ThirdParty/rapidjson/doc/npm.md
vendored
Normal file
31
Plugins/GameLiftPlugin/Source/GameLiftServer/ThirdParty/rapidjson/doc/npm.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
## NPM
|
||||
|
||||
# package.json {#package}
|
||||
|
||||
~~~~~~~~~~js
|
||||
{
|
||||
...
|
||||
"dependencies": {
|
||||
...
|
||||
"rapidjson": "git@github.com:miloyip/rapidjson.git"
|
||||
},
|
||||
...
|
||||
"gypfile": true
|
||||
}
|
||||
~~~~~~~~~~
|
||||
|
||||
# binding.gyp {#binding}
|
||||
|
||||
~~~~~~~~~~js
|
||||
{
|
||||
...
|
||||
'targets': [
|
||||
{
|
||||
...
|
||||
'include_dirs': [
|
||||
'<!(node -e \'require("rapidjson")\')'
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
~~~~~~~~~~
|
||||
Reference in New Issue
Block a user