mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
In preparation for the next release. Testing: Not required Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
{
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {},
|
|
"author": "",
|
|
"name": "servoshell",
|
|
"description": "Please describe the basic information.",
|
|
"main": "",
|
|
"version": "0.0.4",
|
|
"dependencies": {
|
|
"libservoshell.so": "file:./src/main/cpp/types/libentry"
|
|
}
|
|
}
|