pulsar/build/package.json

45 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-04-24 08:19:29 +03:00
"asar": "^0.5.0",
"async": "~0.2.9",
2015-04-07 00:43:49 +03:00
"donna": "1.0.10",
"formidable": "~1.0.14",
2014-02-18 03:49:47 +04:00
"fs-plus": "2.x",
2014-01-02 23:20:57 +04:00
"github-releases": "~0.2.0",
"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-01-13 22:00:23 +03:00
"grunt-cson": "0.14.0",
2015-08-27 03:41:34 +03:00
"grunt-download-atom-shell": "~0.15.1",
"grunt-electron-installer": "1.0.0",
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.10.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-02-11 20:19:55 +03:00
"runas": "^2",
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"
}
}