pulsar/build/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

{
2014-01-02 23:10:24 +04:00
"name": "atom-build",
2014-01-03 20:37:16 +04:00
"description": "Atom build",
"repository": {
"type": "git",
"url": "https://github.com/atom/atom.git"
},
"dependencies": {
2015-10-06 22:05:47 +03:00
"asar": "^0.8.0",
"async": "~0.2.9",
2015-11-21 03:42:37 +03:00
"aws-sdk": "^2.2.18",
2015-10-17 00:20:20 +03:00
"donna": "^1.0.13",
"formidable": "~1.0.14",
2014-02-18 03:49:47 +04:00
"fs-plus": "2.x",
2015-12-04 20:47:05 +03:00
"github-releases": "~0.3.1",
"glob": "^5.0.14",
"grunt": "~0.4.1",
"grunt-babel": "^5.0.1",
"grunt-cli": "~0.1.9",
2014-08-12 21:45:39 +04:00
"grunt-coffeelint": "git+https://github.com/atom/grunt-coffeelint.git#cfb99aa99811d52687969532bd5a98011ed95bfe",
2015-01-12 20:20:10 +03:00
"grunt-contrib-coffee": "~0.12.0",
2015-04-23 23:02:15 +03:00
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-less": "~0.8.0",
2015-09-21 18:48:28 +03:00
"grunt-cson": "0.16.0",
2015-05-20 22:11:06 +03:00
"grunt-download-electron": "^2.1.1",
2015-10-14 23:56:05 +03:00
"grunt-electron-installer": "1.0.6",
2015-04-23 23:02:15 +03:00
"grunt-lesslint": "0.17.0",
2014-01-16 21:56:19 +04:00
"grunt-peg": "~1.1.0",
"grunt-shell": "~0.3.1",
2015-08-22 02:56:32 +03:00
"grunt-standard": "^1.0.2",
"legal-eagle": "~0.13.0",
2015-07-03 02:22:14 +03:00
"minidump": "~0.9",
2015-08-03 20:31:38 +03:00
"npm": "2.13.3",
2014-11-18 04:54:23 +03:00
"rcedit": "~0.3.0",
2014-01-02 23:20:57 +04:00
"request": "~2.27.0",
"rimraf": "~2.2.2",
2015-09-25 12:27:41 +03:00
"runas": "^3.1",
2015-04-15 21:10:01 +03:00
"tello": "1.0.5",
2014-09-30 20:32:03 +04:00
"temp": "~0.8.1",
2014-02-01 01:43:31 +04:00
"underscore-plus": "1.x",
2014-01-02 23:20:57 +04:00
"unzip": "~0.1.9",
"vm-compatibility-layer": "~0.1.0",
"webdriverio": "^2.4.5"
}
}