-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.06 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "tappy",
"version": "0.3.1",
"description": "Record and compare rhythms",
"repository": "https://github.com/rileyjshaw/tappy",
"homepage": "https://rileyjshaw.com/tappy",
"main": "dist/tappy.min.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"tap",
"click",
"password",
"music",
"rhythm",
"timing",
"tempo",
"security",
"sequence",
"keystroke",
"dynamics"
],
"author": "rileyjshaw <[email protected]>",
"license": "MIT",
"devDependencies": {
"browserify": "^6.3.3",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-gh-pages": "^0.4.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.3.11",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-webserver": "^0.8.7",
"minimist": "^1.1.0",
"mocha": "^2.0.1",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"right-now": "^1.0.0"
}
}