-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 803 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 803 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
36
37
38
{
"name": "moments-away",
"version": "0.1.0",
"description": "Moment.js durations made easier, ActiveSupport-style.",
"scripts": {
"test": "make test",
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"repository": {
"type": "git",
"url": "http://github.com/tdd/moments-away.git"
},
"dependencies": {
"moment": ">= 2.0.0"
},
"devDependencies": {
"mocha": ">= 1.11.0",
"sinon": ">= 1.5.2",
"coveralls": "~2.3.0",
"mocha-lcov-reporter": "0.0.1",
"blanket": "~1.1.5"
},
"keywords": [
"date",
"moment",
"duration",
"dsl",
"time"
],
"author": "Christophe Porteneuve <tdd@tddsworld.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdd/moments-away/issues"
}
}