- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
22 lines (22 loc) · 656 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "node-template",
"version": "0.2.2",
"description": "Simple templating for node.js based on John Resig's JavaScript Micro-Templating and Chad Etzel's template.node.js.",
"main": "template.js",
"scripts": {
"test": "node node_modules\\mocha\\bin\\mocha test\\test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/graphnode/node-template"
},
"author": "Diogo Gomes <dgomes@graphnode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphnode/node-template/issues"
},
"homepage": "https://github.com/graphnode/node-template",
"devDependencies": {
"mocha": "^1.21.4"
}
}