-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 878 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
{
"name": "timer",
"version": "0.2.0",
"description": "A very simply utility for creating a clock or timer.",
"main": "clock.js",
"scripts": {
"prepare": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xenoveritas/js-timer.git"
},
"keywords": [
"timer",
"clock"
],
"author": "Xenoveritas",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xenoveritas/js-timer/issues"
},
"homepage": "https://github.com/Xenoveritas/js-timer#readme",
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-ts": "^6.0.0-beta.22",
"ink-docstrap": "^1.3.0",
"jsdoc-plugin-typescript": "^2.2.0",
"typescript": "^4.0.2"
},
"dependencies": {
"amdefine": "^1.0.0"
}
}