Stub a package.json

This commit is contained in:
John Barnette 2012-09-13 11:25:37 -07:00
parent fe8b547a34
commit 6a55bc4a01
2 changed files with 12 additions and 2 deletions

6
.gitignore vendored
View File

@ -1,6 +1,8 @@
.DS_Store
.project
.svn
atom-build
atom.xcodeproj
build
atom-build
.project
node_modules
npm-debug.log

8
package.json Normal file
View File

@ -0,0 +1,8 @@
{
"name" : "atom",
"version" : "0.0.0",
"dependencies": {
"coffee-script": "1.x"
}
}