mattermost-desktop/package.json

32 lines
843 B
JSON
Raw Normal View History

2015-10-06 06:35:26 -07:00
{
2015-10-09 08:40:41 -07:00
"name": "electron-mattermost",
2015-12-11 22:19:23 -08:00
"version": "0.5.1",
2015-10-24 05:53:17 -07:00
"description": "Desktop app for Mattermost that run on Electron",
2015-10-06 06:35:26 -07:00
"main": "main.js",
2015-10-09 08:40:41 -07:00
"author": "Yuya Ochiai",
2015-10-23 07:56:53 -07:00
"license": "MIT",
"scripts": {
"postinstall": "cd src && npm install",
2015-12-19 06:47:57 -08:00
"start": "gulp build && electron src",
2015-12-23 02:25:14 -08:00
"test": "gulp build && mocha"
},
2015-10-23 07:56:53 -07:00
"devDependencies": {
"babel-preset-react": "^6.3.13",
2015-12-12 04:20:18 -08:00
"chromedriver": "^2.20.0",
"del": "^2.2.0",
"electron-connect": "^0.3.3",
2015-10-24 01:44:47 -07:00
"electron-packager": "^5.1.0",
2015-11-20 00:55:30 -08:00
"electron-prebuilt": "^0.35.1",
2015-12-19 07:39:51 -08:00
"esformatter": "^0.8.1",
"esformatter-jsx": "^4.0.6",
2015-10-23 07:56:53 -07:00
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-changed": "^1.3.0",
2015-12-19 07:39:51 -08:00
"gulp-esformatter": "^5.0.0",
2015-12-12 04:20:18 -08:00
"gulp-jsbeautifier": "^1.0.1",
"mocha": "^2.3.4",
"should": "^8.0.1",
"webdriverio": "^3.3.0"
2015-10-23 07:56:53 -07:00
}
2015-10-06 06:35:26 -07:00
}