mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Convert DITLs to JSON
This commit is contained in:
31
rapidjson/doc/npm.md
Normal file
31
rapidjson/doc/npm.md
Normal file
@@ -0,0 +1,31 @@
|
||||
## NPM
|
||||
|
||||
# package.json {#package}
|
||||
|
||||
~~~~~~~~~~js
|
||||
{
|
||||
...
|
||||
"dependencies": {
|
||||
...
|
||||
"rapidjson": "git@github.com:Tencent/rapidjson.git"
|
||||
},
|
||||
...
|
||||
"gypfile": true
|
||||
}
|
||||
~~~~~~~~~~
|
||||
|
||||
# binding.gyp {#binding}
|
||||
|
||||
~~~~~~~~~~js
|
||||
{
|
||||
...
|
||||
'targets': [
|
||||
{
|
||||
...
|
||||
'include_dirs': [
|
||||
'<!(node -e \'require("rapidjson")\')'
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
~~~~~~~~~~
|
Reference in New Issue
Block a user