We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b97fea commit bef909fCopy full SHA for bef909f
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "handlebars",
3
"description": "Extension of the Mustache logicless template language",
4
- "version": "1.0.4beta",
+ "version": "1.0.5beta",
5
"homepage": "http://www.handlebarsjs.com/",
6
- "keywords": "handlebars mustache template html",
+ "keywords": [
7
+ "handlebars mustache template html"
8
+ ],
9
"repository": {
10
"type": "git",
11
"url": "git://github.com/kpdecker/handlebars.js.git"
@@ -12,12 +14,12 @@
12
14
"node": ">=0.4.7"
13
15
},
16
"dependencies": {
- "optimist": "~0.3",
- "uglify-js": "~1.2"
17
+ "optimist": "~0.3",
18
+ "uglify-js": "~1.2"
19
20
"devDependencies": {},
21
"main": "lib/handlebars.js",
22
"bin": {
23
"handlebars": "bin/handlebars"
24
}
-}
25
+}
0 commit comments