2013-11-21 21:43:11 +04:00
|
|
|
{
|
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"
|
|
|
|
},
|
2013-11-21 21:43:11 +04:00
|
|
|
"dependencies": {
|
2014-01-21 02:48:37 +04:00
|
|
|
"async": "~0.2.9",
|
2014-02-26 07:41:41 +04:00
|
|
|
"biscotto": ">=2.1.1 <3.0",
|
2013-11-21 21:43:11 +04:00
|
|
|
"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",
|
2013-11-21 21:43:11 +04:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-cli": "~0.1.9",
|
|
|
|
"grunt-coffeelint": "git://github.com/atom/grunt-coffeelint.git",
|
|
|
|
"grunt-contrib-csslint": "~0.1.2",
|
2014-01-31 23:18:53 +04:00
|
|
|
"grunt-contrib-coffee": "~0.9.0",
|
2013-11-21 21:43:11 +04:00
|
|
|
"grunt-contrib-less": "~0.8.0",
|
2014-03-11 04:24:32 +04:00
|
|
|
"grunt-cson": "0.8.0",
|
2014-03-18 08:24:22 +04:00
|
|
|
"grunt-download-atom-shell": "git+https://atom-bot:467bac80a0017b96fb5be5cfc686f5e0cc607b10@github.com/atom/grunt-download-atom-shell#v0.6.1",
|
2014-01-02 23:20:57 +04:00
|
|
|
"grunt-lesslint": "0.13.0",
|
2013-11-21 21:43:11 +04:00
|
|
|
"grunt-markdown": "~0.4.0",
|
2014-01-16 21:56:19 +04:00
|
|
|
"grunt-peg": "~1.1.0",
|
2013-11-21 21:43:11 +04:00
|
|
|
"grunt-shell": "~0.3.1",
|
2014-01-02 23:20:57 +04:00
|
|
|
"harmony-collections": "~0.3.8",
|
|
|
|
"json-front-matter": "~0.1.3",
|
2014-03-25 00:25:14 +04:00
|
|
|
"legal-eagle": "~0.4.0",
|
2014-03-20 05:14:42 +04:00
|
|
|
"minidump": "0.5.x",
|
2013-11-21 21:43:11 +04:00
|
|
|
"rcedit": "~0.1.2",
|
2014-01-02 23:20:57 +04:00
|
|
|
"request": "~2.27.0",
|
2013-11-21 21:56:18 +04:00
|
|
|
"rimraf": "~2.2.2",
|
2014-02-13 10:25:05 +04:00
|
|
|
"runas": "0.5.x",
|
2014-02-01 01:43:31 +04:00
|
|
|
"underscore-plus": "1.x",
|
2014-01-02 23:20:57 +04:00
|
|
|
"unzip": "~0.1.9",
|
2014-03-19 19:41:08 +04:00
|
|
|
"vm-compatibility-layer": "~0.1.0",
|
|
|
|
"npm": "~1.4.5"
|
2013-11-21 21:43:11 +04:00
|
|
|
}
|
|
|
|
}
|