1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Keyboard-Mechanizer/package.json

37 lines
1001 B
JSON
Raw Normal View History

2015-11-01 11:02:20 +00:00
{
"name": "keyboard-mechanizer",
"version": "0.0.0",
"description": "Make your computer keyboard sound like a mechanical keyboard",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealOrangeOne/Keyboard-Mechanizer.git"
},
"author": "TheOrangeOne",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealOrangeOne/Keyboard-Mechanizer/issues"
},
"homepage": "https://github.com/RealOrangeOne/Keyboard-Mechanizer#readme",
2015-11-01 15:17:51 +00:00
"dependencies": {
"bootstrap": "^3.3.5",
"electron-prebuilt": "^0.34.0",
"immutable": "^3.7.5",
"ionicons": "^2.0.1",
"react": "^0.13.0",
"superagent": "^1.2.0"
},
"devDependencies": {
"browserify": "^11.2.0",
"eslint": "^1.5.1",
"eslint-config": "git://github.com/dabapps/eslint-config.git#1.1.4",
"eslint-plugin-react": "^3.5.0",
"reactify": "^1.1.1",
"less": "^2.5.3",
}
2015-11-01 11:02:20 +00:00
}