pulsar/build/package.json

39 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": {
"async": "~0.2.9",
2014-01-22 22:17:04 +04:00
"biscotto": "git://github.com/atom/biscotto.git#12188bfbe5f7303fa9f1aa3c4f8662d40ce3c3be",
2014-02-01 01:42:59 +04:00
"first-mate": "1.x",
"formidable": "~1.0.14",
"fs-plus": "1.x",
2014-01-02 23:20:57 +04:00
"github-releases": "~0.2.0",
"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",
"grunt-contrib-less": "~0.8.0",
2014-01-31 23:21:47 +04:00
"grunt-cson": "0.6.0",
"grunt-download-atom-shell": "git+https://atom-bot:362295be4c5258d3f7b967bbabae662a455ca2a7@github.com/atom/grunt-download-atom-shell#v0.6.0",
2014-01-02 23:20:57 +04:00
"grunt-lesslint": "0.13.0",
"grunt-markdown": "~0.4.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",
"js-yaml": "~2.1.0",
"json-front-matter": "~0.1.3",
"rcedit": "~0.1.2",
2014-01-02 23:20:57 +04:00
"request": "~2.27.0",
"rimraf": "~2.2.2",
"runas": "~0.3.0",
2014-01-02 23:20:57 +04:00
"unzip": "~0.1.9",
"vm-compatibility-layer": "~0.1.0",
2014-01-16 21:56:19 +04:00
"walkdir": "0.0.7"
}
}