mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
16 lines
400 B
JSON
16 lines
400 B
JSON
|
{
|
||
|
"name": "todomvc",
|
||
|
"version": "0.0.0",
|
||
|
"description": "TodoMVC example for redux",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"start": "../../node_modules/.bin/webpack-dev-server",
|
||
|
"build": "../../node_modules/.bin/webpack --config webpack.config.prod.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/calesce/redux-slider-monitor.git"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|