43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "keyboard-mechanizer",
|
|
"version": "0.0.0",
|
|
"description": "Make your computer keyboard sound like a mechanical keyboard",
|
|
"main": "build/main.js",
|
|
"scripts": {
|
|
"create-build-dirs": "mkdir -p build/lib build/js build/css build/img dist/ ",
|
|
"clean": "rm -rf node_modules/ dist/ build/",
|
|
"build-js": " bash scripts/build-js.sh",
|
|
"start": "node_modules/.bin/electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint -c node_modules/eslint-config/.eslintrc 'src/'",
|
|
"build-html": "cp src/index.html build/index.html"
|
|
},
|
|
"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",
|
|
"less": "^2.5.3",
|
|
"reactify": "^1.1.1",
|
|
"uglify-js": "^2.5.0"
|
|
|
|
}
|
|
}
|