pulsar/build/package.json

41 lines
1.1 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": {
"async": "~0.2.9",
2014-11-18 01:01:20 +03:00
"donna": "1.0.7",
"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",
"grunt": "~0.4.1",
"grunt-atom-shell-installer": "^0.12.0",
"grunt-cli": "~0.1.9",
2014-08-12 21:45:39 +04:00
"grunt-coffeelint": "git+https://github.com/atom/grunt-coffeelint.git#cfb99aa99811d52687969532bd5a98011ed95bfe",
2014-01-31 23:18:53 +04:00
"grunt-contrib-coffee": "~0.9.0",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-less": "~0.8.0",
"grunt-cson": "0.10.0",
"grunt-download-atom-shell": "~0.10.0",
2014-01-02 23:20:57 +04:00
"grunt-lesslint": "0.13.0",
2014-01-16 21:56:19 +04:00
"grunt-peg": "~1.1.0",
"grunt-shell": "~0.3.1",
2014-01-02 23:20:57 +04:00
"harmony-collections": "~0.3.8",
2014-11-18 03:39:52 +03:00
"legal-eagle": "~0.6.0",
2014-09-08 23:05:25 +04:00
"minidump": "~0.8",
"npm": "~1.4.5",
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",
2014-07-30 21:50:15 +04:00
"runas": "~1.0.1",
2014-12-04 04:02:30 +03:00
"tello": "1.0.4",
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"
}
}