mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
Stub a package.json
This commit is contained in:
parent
fe8b547a34
commit
6a55bc4a01
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
8
package.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name" : "atom",
|
||||
"version" : "0.0.0",
|
||||
|
||||
"dependencies": {
|
||||
"coffee-script": "1.x"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user