mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"name": "boost",
|
|
"version": "0.4.1-beta.4",
|
|
"description": "Boost App",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "BOOST_ENV=development electron ./main.js",
|
|
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
|
"compile": "NODE_ENV=production webpack --config webpack.config.production.js",
|
|
"build": "electron-packager ./ Boost --app-version=$npm_package_version $npm_package_config_platform $npm_package_config_version $npm_package_config_ignore --overwrite --asar",
|
|
"codesign": "codesign --verbose --deep --force --sign \"MAISIN solutions Inc.\" Boost-darwin-x64/Boost.app"
|
|
},
|
|
"config": {
|
|
"version": "--version=0.34.0 --app-bundle-id=com.maisin.boost",
|
|
"platform": "--platform=darwin --arch=x64 --prune --icon=resources/app.icns",
|
|
"ignore": "--ignore=Boost-darwin-x64 --ignore=node_modules/devicon/icons --ignore=submodules/ace/(?!src-min)|submodules/ace/(?=src-min-noconflict)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rokt33r/codexen-app.git"
|
|
},
|
|
"keywords": [
|
|
"boost",
|
|
"b00st",
|
|
"snippet",
|
|
"template",
|
|
"task",
|
|
"runner",
|
|
"code",
|
|
"storage",
|
|
"short code"
|
|
],
|
|
"author": "Dick Choi <fluke8259@gmail.com> (http://kazup.co)",
|
|
"license": "No License",
|
|
"bugs": {
|
|
"url": "https://github.com/Rokt33r/codexen-app/issues"
|
|
},
|
|
"homepage": "https://github.com/Rokt33r/codexen-app#readme",
|
|
"dependencies": {
|
|
"devicon": "^2.0.0",
|
|
"font-awesome": "^4.3.0",
|
|
"fs-jetpack": "^0.7.0",
|
|
"highlight.js": "^8.9.1",
|
|
"lodash": "^3.10.1",
|
|
"markdown-it": "^4.3.1",
|
|
"md5": "^2.0.0",
|
|
"moment": "^2.10.3",
|
|
"socket.io-client": "^1.3.6",
|
|
"superagent": "^1.2.0",
|
|
"superagent-promise": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-loader": "^5.3.2",
|
|
"babel-plugin-react-transform": "^1.1.1",
|
|
"css-loader": "^0.19.0",
|
|
"electron-packager": "^5.1.0",
|
|
"electron-prebuilt": "^0.33.6",
|
|
"nib": "^1.1.0",
|
|
"react": "^0.14.0",
|
|
"react-dom": "^0.14.0",
|
|
"react-redux": "^4.0.0",
|
|
"react-router": "^1.0.0-rc1",
|
|
"react-transform-catch-errors": "^1.0.0",
|
|
"react-transform-hmr": "^1.0.1",
|
|
"redbox-react": "^1.2.0",
|
|
"redux": "^3.0.2",
|
|
"standard": "^5.3.1",
|
|
"style-loader": "^0.12.4",
|
|
"stylus": "^0.52.4",
|
|
"stylus-loader": "^1.3.1",
|
|
"webpack": "^1.12.2",
|
|
"webpack-dev-server": "^1.12.0"
|
|
},
|
|
"standard": {
|
|
"ignore": [],
|
|
"globals": [
|
|
"localStorage"
|
|
]
|
|
}
|
|
}
|