suranadira-menu
Version:
A collection of Suranadira Icons.
37 lines (36 loc) • 935 B
JSON
{
"name": "suranadira-menu",
"version": "1.0.0",
"description": "A collection of Suranadira Icons.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strazds/suranadira-menu.git"
},
"keywords": [
"suranadira",
"menu",
"menuitem"
],
"author": "Armands Strazds <strazds@suranadira.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/strazds/suranadira-menu/issues"
},
"homepage": "https://github.com/strazds/suranadira-menu#readme",
"dependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"react-dom": "^16.9.0",
"suranadira-utils": "^1.0.6"
},
"devDependencies": {
"react": "^16.9.0"
}
}