mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 09:01:33 +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
|
.DS_Store
|
||||||
|
.project
|
||||||
.svn
|
.svn
|
||||||
|
atom-build
|
||||||
atom.xcodeproj
|
atom.xcodeproj
|
||||||
build
|
build
|
||||||
atom-build
|
node_modules
|
||||||
.project
|
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