Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerM89 committed Jan 1, 2016
1 parent 3ab0199 commit 1845fbe
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "gsmjs",
"version": "0.0.1",
"description": "A library for interacting with GSM/GPRS module. Based on sim900js.",
"main": "gsm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Acenth/gsmjs.git"
},
"keywords": [
"sim900",
"gprs",
"gsm",
"cellular",
"simcom"
],
"author": "Tyler McDowall",
"license": "MIT",
"bugs": {
"url": "https://github.com/Acenth/gsmjs/issues"
},
"homepage": "https://github.com/Acenth/gsmjs#readme",
"dependencies": {
"mraa": "^0.8.0",
"serialport": "latest"
}
}

0 comments on commit 1845fbe

Please sign in to comment.