2015-08-20 18:41:51 +02:00
|
|
|
{
|
2015-08-26 14:08:12 +02:00
|
|
|
"name": "pitaya",
|
2015-08-20 18:41:51 +02:00
|
|
|
"version": "0.0.0",
|
|
|
|
"private": "true",
|
2015-10-07 14:25:30 +02:00
|
|
|
"main": "main.js",
|
2015-08-20 18:41:51 +02:00
|
|
|
"devDependencies": {
|
2015-10-07 14:25:30 +02:00
|
|
|
"electron-packager": "^5.1.0",
|
|
|
|
"electron-prebuilt": "^0.33.6",
|
2015-08-30 21:29:19 +02:00
|
|
|
"nodeunit": "^0.9.1"
|
2015-08-20 18:41:51 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-08-30 21:29:19 +02:00
|
|
|
"test": "./node_modules/.bin/nodeunit test",
|
2015-10-07 14:25:30 +02:00
|
|
|
"start": "./node_modules/.bin/electron .",
|
|
|
|
"build": "./node_modules/.bin/electron-packager ./ pitaya --platform=linux --arch=ia32,x64 --version=0.33.6 --out=build --overwrite"
|
2015-08-20 18:41:51 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-09-03 15:50:23 +02:00
|
|
|
"bootstrap": "^3.3.5",
|
2015-09-11 16:25:45 +02:00
|
|
|
"classnames": "^2.1.3",
|
2015-08-30 21:29:19 +02:00
|
|
|
"debug": "^2.2.0",
|
2015-08-27 18:24:29 +02:00
|
|
|
"glob": "^5.0.14",
|
|
|
|
"ini": "^1.3.4",
|
2015-09-11 16:25:45 +02:00
|
|
|
"lodash": "^3.10.1",
|
2015-08-27 18:24:29 +02:00
|
|
|
"minimist": "^1.1.3",
|
|
|
|
"node-jsx": "^0.13.3",
|
2015-08-31 23:08:56 +02:00
|
|
|
"react": "^0.13.3",
|
2015-09-03 15:50:23 +02:00
|
|
|
"react-dnd": "^1.1.5",
|
|
|
|
"react-redux": "^2.0.0",
|
|
|
|
"redux": "^2.0.0",
|
|
|
|
"redux-thunk": "^0.1.0"
|
2015-08-20 18:41:51 +02:00
|
|
|
}
|
|
|
|
}
|