pulsar/script/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "atom-build-scripts",
"description": "Atom build scripts",
"dependencies": {
"7zip-bin": "^4.0.2",
"async": "2.0.1",
"babel-core": "5.8.38",
2019-05-10 13:37:48 +03:00
"babel-eslint": "^10.0.1",
"cheerio": "1.0.0-rc.2",
2016-08-27 21:07:16 +03:00
"coffeelint": "1.15.7",
2016-07-29 18:42:56 +03:00
"colors": "1.1.2",
"donna": "1.0.16",
"electron-chromedriver": "~2.0",
2019-04-25 17:47:29 +03:00
"electron-link": "0.4.0",
"electron-mksnapshot": "~2.0",
2019-05-09 17:04:18 +03:00
"electron-packager": "12.2.0",
2018-01-18 02:37:12 +03:00
"electron-winstaller": "2.6.4",
2019-05-10 13:37:48 +03:00
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"fs-admin": "^0.1.5",
2016-07-26 15:51:51 +03:00
"fs-extra": "0.30.0",
"glob": "7.0.3",
"joanna": "0.0.10",
"klaw-sync": "^1.1.2",
2017-03-09 04:21:58 +03:00
"legal-eagle": "0.14.0",
"lodash.startcase": "4.4.0",
2016-08-15 13:05:50 +03:00
"lodash.template": "4.4.0",
"minidump": "0.9.0",
"mkdirp": "0.5.1",
"normalize-package-data": "2.3.5",
2018-08-04 01:49:23 +03:00
"npm": "6.2.0",
"passwd-user": "2.1.0",
2016-08-02 00:06:18 +03:00
"pegjs": "0.9.0",
"random-seed": "^0.3.0",
2016-08-05 16:58:20 +03:00
"season": "5.3.0",
2016-08-02 13:50:35 +03:00
"semver": "5.3.0",
"stylelint": "^9.0.0",
"stylelint-config-standard": "^18.1.0",
"sync-request": "3.0.1",
2018-02-19 09:20:55 +03:00
"tello": "1.0.7",
"terser": "^3.8.1",
2016-08-15 13:05:50 +03:00
"webdriverio": "2.4.5",
"yargs": "4.8.1"
}
}