-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Umakant Patil
committed
Aug 11, 2017
1 parent
ba35821
commit c8693ca
Showing
5 changed files
with
50 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
{ | ||
"name": "jsmart", | ||
"title": "jSmart", | ||
"description": "jSmart is a port of the Smarty Template Engine to Javascript.", | ||
"main": "jsmart.js", | ||
"version": "2.15.0", | ||
"url": "https://github.com/umakantp/jsmart/", | ||
"keywords": [ | ||
"jsmart", | ||
"smarty", | ||
"javascript", | ||
"template", | ||
"templates" | ||
], | ||
"author": "Max Miroshnikov <miroshnikov@gmail.com>", | ||
"contributors": [ | ||
{ | ||
"name": "Umakant Patil", | ||
"email": "me@umakantpatil.com" | ||
} | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "LGPL-3.0", | ||
"url": "http://opensource.org/licenses/LGPL-3.0" | ||
} | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"php": ">=5.5.3", | ||
"node": ">=0.10.18", | ||
"make": ">=3.81", | ||
"smarty": ">=3.1.15", | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-uglify": "~0.5.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/umakantp/jsmart/issues" | ||
}, | ||
"scripts": { | ||
"test": "make test", | ||
"doc": "https://github.com/umakantp/jsmart/wiki" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/umakantp/jsmart.git" | ||
"name": "jsmart", | ||
"title": "jSmart", | ||
"description": "jSmart is a port of the Smarty Template Engine to Javascript.", | ||
"main": "jsmart.js", | ||
"version": "2.15.1", | ||
"url": "https://github.com/umakantp/jsmart/", | ||
"keywords": [ | ||
"jsmart", | ||
"smarty", | ||
"javascript", | ||
"template", | ||
"templates" | ||
], | ||
"author": "Max Miroshnikov <miroshnikov@gmail.com>", | ||
"contributors": [ | ||
{ | ||
"name": "Umakant Patil", | ||
"email": "me@umakantpatil.com" | ||
} | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "LGPL-3.0", | ||
"url": "http://opensource.org/licenses/LGPL-3.0" | ||
} | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-uglify": "^0.5.1", | ||
"make": ">=3.81", | ||
"node": ">=0.10.18", | ||
"php": ">=5.5.3", | ||
"smarty": ">=3.1.15" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/umakantp/jsmart/issues" | ||
}, | ||
"scripts": { | ||
"test": "make test", | ||
"doc": "https://github.com/umakantp/jsmart/wiki" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/umakantp/jsmart.git" | ||
} | ||
} |