-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 819 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
{
"author": "Josh Leitzel <joshleitzel@gmail.com> (http://joshleitzel.com/)",
"name": "kronos",
"description": "Library for calculating and formatting dates and times and simple timeout/interval management",
"keywords": [
"date",
"time",
"timeout",
"interval"
],
"version": "0.1.0",
"homepage": "https://github.com/joshleitzel/kronos",
"repository": {
"type": "git",
"url": "git://github.com/joshleitzel/kronos.git"
},
"scripts": {
"test": "mocha tests"
},
"main": "./kronos.js",
"engines": {
"node": ">= 0.8"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.12.1",
"requirejs": "~2.1.8",
"assert": "~0.4.9",
"sinon": "~1.7.3",
"cheerio": "~0.12.2",
"docco": "~0.6.2",
"should": "~1.3.0",
"amdefine": "0.0.8"
}
}