File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " create -wasm-app " ,
2
+ "name" : " plotters -wasm-demo " ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " create an app to consume rust-generated wasm packages " ,
4
+ "description" : " Plotters WASM Demo " ,
5
5
"main" : " index.js" ,
6
- "bin" : {
7
- "create-wasm-app" : " .bin/create-wasm-app.js"
8
- },
9
6
"scripts" : {
10
7
"build" : " webpack --config webpack.config.js" ,
11
8
"start" : " webpack-dev-server"
12
9
},
13
10
"repository" : {
14
11
"type" : " git" ,
15
- "url" : " git+https://github.com/rustwasm/create-wasm-app .git"
12
+ "url" : " git+https://github.com/38/plotters .git"
16
13
},
17
14
"keywords" : [
18
15
" webassembly" ,
19
16
" wasm" ,
20
17
" rust" ,
21
- " webpack"
18
+ " webpack" ,
19
+ " visualization"
22
20
],
23
- "author" :
" Ashley Williams <[email protected] > " ,
24
- "license" : " ( MIT OR Apache-2.0) " ,
21
+ "author" : " Plotters Developers " ,
22
+ "license" : " MIT" ,
25
23
"bugs" : {
26
- "url" : " https://github.com/rustwasm/create-wasm-app /issues"
24
+ "url" : " https://github.com/38/plotters /issues"
27
25
},
28
- "homepage" : " https://github.com/rustwasm/create-wasm-app#readme " ,
26
+ "homepage" : " https://github.com/38/plotters " ,
29
27
"dependencies" : {
30
28
"wasm-demo" : " file:../pkg"
31
29
},
32
30
"devDependencies" : {
33
- "hello-wasm-pack" : " ^0.1.0" ,
34
31
"webpack" : " ^4.29.3" ,
35
32
"webpack-cli" : " ^3.1.0" ,
36
33
"webpack-dev-server" : " ^3.1.5" ,
You can’t perform that action at this time.
0 commit comments