-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 729 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": "json-templater",
"version": "1.2.0",
"description": "Simple json/js object template strings",
"main": "template.js",
"scripts": {
"test": "mocha *_test.js",
"bench": "node-bench bench/object.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lightsofapollo/json-templater.git"
},
"keywords": [
"template",
"json",
"json",
"template"
],
"author": "James Lal [:lightsofapollo]",
"license": "MIT",
"bugs": {
"url": "https://github.com/lightsofapollo/json-templater/issues"
},
"homepage": "https://github.com/lightsofapollo/json-templater",
"devDependencies": {
"mocha": "~1.18.2",
"bench": "~0.3.5",
"mustache": "~2.2.1"
}
}