forked from nicjansma/node-handlebars-precompiler
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 774 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 774 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
{
"name": "handlebars-precompiler",
"description": "Handlebars precompiler node module",
"version": "2.0.0",
"homepage": "http://github.com/nicjansma/node-handlebars-precompiler",
"keywords": [
"handlebars mustache template html compiler"
],
"repository": {
"type": "git",
"url": "git://github.com/nicjansma/node-handlebars-precompiler.git"
},
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
"handlebars": "^2.0.0",
"uglify-js": "^2.4.15",
"watch": "^0.11.0",
"lodash": ">=2.4.1"
},
"devDependencies": {
"grunt": ">= 0.0.0",
"grunt-contrib-nodeunit": ">= 0.0.0",
"grunt-contrib-jshint": ">= 0.0.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"main": "handlebars-precompiler.js"
}