38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "keyboard-mechanizer",
|
|
"version": "0.0.0",
|
|
"description": "Make your computer keyboard sound like a mechanical keyboard",
|
|
"main": "build/main.js",
|
|
"scripts": {
|
|
"start": "node_modules/.bin/electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint -c node_modules/eslint-config/.eslintrc 'src/'"
|
|
},
|
|
"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",
|
|
"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",
|
|
|
|
}
|
|
}
|