Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
{
2
"name": "handlebars",
3
"barename": "handlebars",
4
"version": "3.0.0",
5
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
6
"homepage": "http://www.handlebarsjs.com/",
7
"keywords": [
8
"handlebars",
9
"mustache",
10
"template",
11
"html"
12
],
13
"repository": {
14
"type": "git",
15
"url": "https://github.com/wycats/handlebars.js.git"
16
},
17
"author": {
18
"name": "Yehuda Katz"
19
},
20
"license": "MIT",
21
"engines": {
22
"node": ">=0.4.7"
23
},
24
"dependencies": {
25
"optimist": "^0.6.1",
26
"source-map": "^0.1.40",
27
"uglify-js": "~2.3"
28
},
29
"optionalDependencies": {
30
"uglify-js": "~2.3"
31
},
32
"devDependencies": {
33
"async": "^0.9.0",
34
"aws-sdk": "~1.5.0",
35
"benchmark": "~1.0",
36
"dustjs-linkedin": "^2.0.2",
37
"eco": "~1.1.0-rc-3",
38
"es6-module-packager": "^2.0.0",
39
"grunt": "~0.4.1",
40
"grunt-cli": "~0.1.10",
41
"grunt-contrib-clean": "0.x",
42
"grunt-contrib-concat": "0.x",
43
"grunt-contrib-connect": "0.x",
44
"grunt-contrib-copy": "0.x",
45
"grunt-contrib-jshint": "0.x",
46
"grunt-contrib-requirejs": "0.x",
47
"grunt-contrib-uglify": "0.x",
48
"grunt-contrib-watch": "0.x",
49
"grunt-saucelabs": "8.x",
50
"istanbul": "^0.3.0",
51
"jison": "~0.3.0",
52
"keen.io": "0.0.3",
53
"mocha": "~1.20.0",
54
"mustache": "0.x",
55
"semver": "^4.0.0",
56
"underscore": "^1.5.1"
57
},
58
"main": "lib/index.js",
59
"bin": {
60
"handlebars": "bin/handlebars"
61
},
62
"scripts": {
63
"test": "grunt"
64
},
65
"jspm": {
66
"main": "handlebars",
67
"directories": {
68
"lib": "dist/amd"
69
},
70
"buildConfig": {
71
"minify": true
72
}
73
},
74
"gitHead": "0099e16a01bae4789c3560e2a658fdd7fecc9e12",
75
"bugs": {
76
"url": "https://github.com/wycats/handlebars.js/issues"
77
},
78
"_id": "[email protected]",
79
"_shasum": "7f4e537f4dd6992869d66c01b7505eba3561a5d5",
80
"_from": "[email protected]",
81
"_npmVersion": "1.4.28",
82
"_npmUser": {
83
"name": "kpdecker",
84
"email": "[email protected]"
85
},
86
"maintainers": [
87
{
88
"name": "kpdecker",
89
"email": "[email protected]"
90
}
91
],
92
"dist": {
93
"shasum": "7f4e537f4dd6992869d66c01b7505eba3561a5d5",
94
"tarball": "http://registry.npmjs.org/handlebars/-/handlebars-3.0.0.tgz"
95
},
96
"directories": {},
97
"_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-3.0.0.tgz"
98
}
99
100