This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
added 'main' to package.json for npm support
tags/0.5.0-vsc
nrstott
Jan Lehnardt
<jan@apache.org>
16 years ago
parent
c0273b74b7
commit
2f73ea4b76
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
lib/package.json
+ 8
- 0
lib/package.json
View File
@@ -0,0 +1,8 @@
{
"name": "mustache",
"author": "http://mustache.github.com/",
"description": "{{ mustache }} in JavaScript — Logic-less templates.",
"keywords": ["template"],
"version": "0.3.1-dev",
"main": "./mustache"
}
Write
Preview
Loading…
Cancel
Save