mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
28 lines
634 B
JSON
28 lines
634 B
JSON
{
|
|
"name": "rendy",
|
|
"version": "1.1.0",
|
|
"description": "simplest template engine",
|
|
"main": "lib/rendy.js",
|
|
"scripts": {
|
|
"test": "gulp test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coderaiser/rendy.git"
|
|
},
|
|
"keywords": [
|
|
"template",
|
|
"engine"
|
|
],
|
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/coderaiser/rendy/issues"
|
|
},
|
|
"homepage": "https://github.com/coderaiser/rendy",
|
|
"devDependencies": {
|
|
"gulp": "~3.8.10",
|
|
"gulp-mocha": "~2.0.0",
|
|
"should": "~6.0.1"
|
|
}
|
|
}
|