-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 739 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 739 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
{
"name": "resig",
"version": "1.0.1",
"description": "JavaScript Micro-Templating from John Resig http://ejohn.org/blog/javascript-micro-templating/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/davidjamesstone/resig"
},
"keywords": [
"Template",
"Engine",
"ERB-style javascript templates",
"EJS-style javascript templates",
"ASP-style javascript templates",
"Microtemplate"
],
"author": "davidjamesstone / johnresig",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidjamesstone/resig/issues"
},
"homepage": "https://github.com/davidjamesstone/resig"
}