18
0
Fork 0
pitaya-launcher/package.json

35 linhas
843 B
JSON
Original Visão normal Histórico

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",
"main": "index.html",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-nw": "git+https://github.com/snap-project/grunt-nw#develop",
"lodash": "^3.0.1",
"nodeunit": "^0.9.1"
2015-08-20 18:41:51 +02:00
},
"scripts": {
"test": "./node_modules/.bin/nodeunit test",
2015-08-26 14:08:12 +02:00
"start": "./node_modules/.bin/grunt pitaya:run",
"build": "./node_modules/.bin/grunt pitaya:build"
2015-08-20 18:41:51 +02:00
},
"chromium-args": "--ignore-certificate-errors",
"window": {
"toolbar": true,
"kiosk": false
},
"dependencies": {
"debug": "^2.2.0",
2015-08-27 18:24:29 +02:00
"glob": "^5.0.14",
"ini": "^1.3.4",
"minimist": "^1.1.3",
"node-jsx": "^0.13.3",
2015-08-31 23:08:56 +02:00
"react": "^0.13.3",
"react-dnd": "^1.1.5"
2015-08-20 18:41:51 +02:00
}
}