mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-08 07:10:33 +00:00
25 lines
546 B
JSON
25 lines
546 B
JSON
{
|
|
"name": "learn-wgpu",
|
|
"version": "1.0.0",
|
|
"description": "Learning wgpu with Rust",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs",
|
|
"deploy": "sh deploy.sh"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"vuepress": "^1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"vuepress-plugin-code-copy": "^1.0.4-alpha",
|
|
"vuepress-theme-thindark": "^1.0.1"
|
|
}
|
|
}
|