pharaoh
Version:
ABANDONED. A desktop app for the Pharaoh live programming tool.
93 lines (92 loc) • 2.42 kB
JSON
{
"name": "pharaoh",
"description": "ABANDONED. A desktop app for the Pharaoh live programming tool.",
"version": "0.9.9",
"author": "Pharaoh Team",
"contributors": [
{
"name": "Zac Anger",
"url": "http://zacanger.com",
"email": "zac@zacanger.com"
}
],
"license": "WTFPL",
"main": "./public/index.html",
"preferGlobal": true,
"bin": "./index.js",
"scripts": {
"prepublish": "npm run build",
"postinstall": "nw install 0.15.0",
"build": "NODE_ENV=production npm run clean && webpack -p --config webpack.config.prod.js",
"clean": "if [ -f public/bundle.js ] ; then rm public/bundle.js ; fi",
"dev": "webpack-dev-server --config webpack.config.js --hot --inline",
"lint": "eslint -c .eslintrc src/**",
"start": "./index.js"
},
"homepage": "https://github.com/pharaoh-js/pharaoh-desktop#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pharaoh-js/pharaoh-desktop.git"
},
"bugs": {
"url": "https://github.com/pharaoh-js/pharaoh-desktop/issues"
},
"keywords": [
"desktop",
"editor",
"ide",
"instructor",
"node-webkit",
"nw-js",
"nw.js",
"nwjs",
"react",
"student"
],
"dependencies": {
"firebase": "2.4.2",
"firepad": "1.3.0",
"history": "1.17.0",
"nwjs": "1.4.1",
"react": "0.14.8",
"react-dom": "0.14.8",
"react-fontawesome": "0.3.3",
"react-inline-css": "2.1.0",
"react-router": "1.0.3"
},
"devDependencies": {
"babel-core": "6.3.26",
"babel-eslint": "5.0.0-beta6",
"babel-loader": "6.2.1",
"babel-preset-es2017": "1.3.1",
"babel-preset-react": "6.3.13",
"css-loader": "0.23.1",
"eslint": "1.10.3",
"eslint-plugin-babel": "3.0.0",
"eslint-plugin-react": "3.14.0",
"less": "2.5.3",
"less-loader": "2.2.2",
"react-hot-loader": "1.3.0",
"style-loader": "0.13.0",
"webpack": "1.12.9",
"webpack-dev-server": "1.14.1"
},
"chromium-args": "--remote-debugging-port=9876",
"window": {
"title": "Pharaoh",
"icon": "./icon.png",
"exe_icon": "./icon.png",
"mac_icon": "./icon.png",
"toolbar": false,
"frame": true,
"single-instance": false,
"width": 1600,
"height": 900,
"min_width": 400,
"min_height": 300,
"position": "center",
"dom_storage_quota": 64,
"show_in_taskbar": true,
"as_desktop": true
}
}