Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkaplun committed Nov 3, 2016
1 parent 074b7d5 commit 87573b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
@@ -0,0 +1,14 @@
{
"name": "opencvjs",
"version": "1.0.0",
"description": "JavaScript Bindings for OpenCV",
"main": "build/cv.js",
"scripts": {
"build": "python make.py",
"test": "open test/tests.html"
},
"homepage": "https://github.com/ucisysarch/opencvjs",
"repository": "https://github.com/ucisysarch/opencvjs",
"bugs": "https://github.com/ucisysarch/opencvjs/issues",
"license": "BSD-4-Clause"
}

0 comments on commit 87573b6

Please sign in to comment.