Skip to content

Commit a747b2c

Browse files
committed
Create package.json
1 parent 0e11261 commit a747b2c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "cloudcmd-atom",
3+
"version": "0.1.0",
4+
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
5+
"description": "atom version of Cloud Commander",
6+
"homepage": "index.html",
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/coderaiser/cloudcmd-app.git"
10+
},
11+
"dependencies": {
12+
"cloudcmd": "*"
13+
},
14+
"main": "main.js"
15+
}

0 commit comments

Comments
 (0)