-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
42 lines (42 loc) · 978 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
39
40
41
42
{
"name": "timer.js",
"version": "1.0.4",
"description": "Simple and lighweight but powerfull eventdriven JavaScript timer",
"main": "dist/timer.js",
"repository": {
"type": "git",
"url": "git://github.com/husa/timer.js.git"
},
"bugs": {
"url": "http://github.com/husa/timer.js/issues",
"email": "[email protected]"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"timer.js",
"timer",
"time",
"measure",
"start",
"stop",
"pause"
],
"author": {
"name": "Yuriy Husnay",
"email": "[email protected]"
},
"license": "MIT",
"readmeFilename": "readme.md",
"gitHead": "6c2c0f77f41b60e7af9bb92c6f0255fbb17dced4",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"gruntify-eslint": "^1.0.0"
}
}