forked from uwdata/gestrec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 744 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "gestrec",
"version": "1.0.0",
"description": "JavaScript Gesture Recognizer using the Protractor algorithm.",
"keywords": [
"gesture",
"recognizer",
"sketch",
"touch",
"javascript",
"protractor"
],
"repository": {
"type": "git",
"url": "http://github.com/uwdata/gestrec.git"
},
"homepage": "http://uwdata.github.io/gestrec/",
"author": {
"name": "UW Interactive Data Lab",
"url": "http://idl.cs.washington.edu"
},
"license": "BSD-3-Clause",
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"main": "src/index.js"
}