2015-05-08 02:53:13 +03:00
|
|
|
{
|
|
|
|
"name": "electron.atom.io",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The [website](http://electron.atom.io) for [Electron](https://github.com/atom/electron) (formerly known as Atom-Shell).",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/atom/electron.atom.io.git"
|
|
|
|
},
|
|
|
|
"author": "GitHub",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/atom/electron.atom.io/issues"
|
|
|
|
},
|
|
|
|
"homepage": "electron.atom.io",
|
|
|
|
"dependencies": {
|
2015-05-16 00:55:26 +03:00
|
|
|
"cpr": "^0.4.0",
|
2015-05-15 03:29:33 +03:00
|
|
|
"gunzip-maybe": "^1.1.0",
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"nugget": "^1.5.1",
|
|
|
|
"request": "^2.55.0",
|
2015-05-16 05:04:55 +03:00
|
|
|
"rimraf": "^2.3.3",
|
2015-05-16 00:55:26 +03:00
|
|
|
"tar-fs": "^1.5.0",
|
2015-05-28 22:02:54 +03:00
|
|
|
"through2": "^0.6.5",
|
|
|
|
"titlecase": "^1.0.2",
|
|
|
|
"yamljs": "^0.2.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"tape": "^4.0.0"
|
2015-05-08 02:53:13 +03:00
|
|
|
}
|
|
|
|
}
|