learn-wgpu/package.json

24 lines
516 B
JSON
Raw Normal View History

2019-10-16 23:35:58 +00:00
{
"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"
},
"author": "",
"license": "ISC",
"devDependencies": {
"vuepress": "^1.2.0"
2019-10-22 00:29:38 +00:00
},
"dependencies": {
"vuepress-plugin-code-copy": "^1.0.4-alpha",
"vuepress-theme-thindark": "^1.0.1"
2019-10-16 23:35:58 +00:00
}
}