lima-react
Version:
My rewrite of React
28 lines (27 loc) • 608 B
JSON
{
"name": "lima-react",
"version": "1.0.1",
"description": "My rewrite of React",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicholasmueller/Lima.git"
},
"keywords": [
"react",
"lima"
],
"author": "Nicholas Mueller",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicholasmueller/Lima/issues"
},
"homepage": "https://github.com/nicholasmueller/Lima#readme",
"dependencies": {
"lodash": "^4.17.5"
},
"devDependencies": {}
}