forked from wearescytale/handlebars.moment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
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
{
"name": "handlebars.moment",
"description": "Handlebars helpers for moment.js",
"version": "1.0.4",
"main": "handlebars.moment.js",
"repository": {
"type": "git",
"url": "git://github.com/solidgoldpig/handlebars.moment.git#1.0.4"
},
"homepage": "http://moment.handlebars.solidgoldpig.com",
"bugs": "https://github.com/solidgoldpig/handlebars.moment/issues",
"keywords": [
"handlebars",
"moment",
"duration",
"date",
"time",
"format"
],
"dependencies": {
"lodash": ">1.0.0",
"handlebars": ">2.0.0",
"moment": ">2.7.0"
},
"devDependencies": {
"jasmine-node": "^1.14.x",
"log": "^1.4.0"
},
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node spec",
"test:output": "npm test -- --verbose --config loglevel info"
},
"author": {
"name": "Alex Robinson",
"email": "[email protected]"
},
"license": "UNLICENSE"
}