Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nazoking committed Sep 3, 2015
1 parent 5dfefda commit bcfb1b6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "cell-cursor",
"version": "0.0.0",
"description": "Simple excel like spreadsheet development kit for angualrJs",
"main": "cellCursor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/team-lab/cell-cursor.git"
},
"keywords": [
"angular",
"spreadsheet",
"excel"
],
"author": "nazoking",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-lab/cell-cursor/issues"
},
"homepage": "https://github.com/team-lab/cell-cursor"
}

0 comments on commit bcfb1b6

Please sign in to comment.