gars_v2
Version:
Geo Assistant Research System
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "gars_v2",
"productName": "Geo Assistant Research System",
"description": "Geo Assistant Research System",
"version": "0.0.1",
"author": "harttle <yangjvn@126.com>",
"contributors": [{
"name": "Hang Qu",
"email": "hqu32@gatech.edu"
}],
"main": "app/background.js",
"build": {
"appId": "com.harttle.gars",
"files": [
"app/**/*",
"node_modules/**/*",
"package.json"
]
},
"scripts": {
"postinstall": "install-app-deps",
"build": "gulp build",
"prerelease": "gulp build --env=production",
"release": "build --mac --win",
"start": "gulp start"
},
"devDependencies": {
"electron": "^1.4.7",
"electron-builder": "^8.6.0",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"minimist": "^1.2.0",
"rollup": "^0.36.3",
"rollup-plugin-istanbul": "^1.1.0",
"spectron": "^3.3.0"
},
"dependencies": {
"electron-window": "^0.8.1",
"file-url": "^2.0.0",
"fs-jetpack": "^0.10.5"
}
}