-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 Bytes
/
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
{
"name": "api_timer",
"version": "1.0.0",
"description": "Javascript Interval and Timeout Timer with Cookie and Ajax Call.",
"main": "src/js/api.timer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewguywright/api_timer.git"
},
"keywords": [
"timer",
"js",
"jquery",
"interval",
"ajax",
"api"
],
"author": "Matthew Wright",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewguywright/api_timer/issues"
},
"homepage": "https://github.com/matthewguywright/api_timer#readme",
"dependencies": {
"readable-stream": "^3.4.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-jsdoc3": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jsdoc": "^3.6.3"
}
}