-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 860 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 860 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
33
34
35
{
"name": "typing-detector",
"version": "0.1.4",
"description": "Detects when a user is typing",
"main": "src/typing-detector.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/jfelsinger/typing-detector.git"
},
"keywords": [
"detector",
"typing",
"browser",
"keyboard"
],
"author": "Joel Felsinger <jffelsinger@gmail.com> (http://joelfredrick.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jfelsinger/typing-detector/issues"
},
"homepage": "https://github.com/jfelsinger/typing-detector",
"devDependencies": {
"gulp-rename": "^1.2.0",
"gulp-mocha": "^2.0.0",
"gulp": "^3.8.11",
"should": "^5.0.1",
"mocha": "^2.1.0",
"gulp-uglify": "^1.1.0",
"gulp-browserify": "^0.5.1",
"gulp-jshint": "^1.9.2"
}
}