forked from MickCrozier/timer-stopwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 700 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 700 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
{
"name": "timer-stopwatch",
"version": "0.2.0",
"description": "A stopwatch and countdown timer for node",
"author": "Mick Crozier <mick@backstagesolutions.com.au>",
"repository": "https://github.com/MickCrozier/timer-stopwatch",
"homepage": "https://github.com/MickCrozier/timer-stopwatch",
"keywords": [
"timer",
"stopwatch",
"clock",
"countdown"
],
"dependencies": {
"lodash.assignin": "^4.2.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.11.0",
"mocha": "^1.20.1"
},
"scripts": {
"test": "grunt test"
}
}