mirror of
https://github.com/reactos/developer-web-interface.git
synced 2024-11-23 11:59:40 +00:00
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"name": "gsoc",
|
|
"version": "1.0.0",
|
|
"description": "basic boilerplate for react-redux apps",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "ayush",
|
|
"license": "ISC"
|
|
}
|