Add package.json and ignore node_modules.

This commit is contained in:
Jessica Lord 2015-05-07 16:53:13 -07:00
Родитель d386bd6831
Коммит 06b293fd49
2 изменённых файлов: 19 добавлений и 0 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -1,2 +1,3 @@
_site
.sass-cache
node_modules/

18
package.json Normal file
Просмотреть файл

@ -0,0 +1,18 @@
{
"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": {
"request": "^2.55.0"
}
}