Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Sep 10, 2016
1 parent 17f7f88 commit 1b8cbaa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "prewarp",
"version": "1.0.0",
"description": "prewarp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opendsp/prewarp.git"
},
"author": "stagas",
"license": "MIT",
"bugs": {
"url": "https://github.com/opendsp/prewarp/issues"
},
"homepage": "https://github.com/opendsp/prewarp#readme"
}

0 comments on commit 1b8cbaa

Please sign in to comment.