Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Staltec committed Nov 7, 2012
1 parent bbc64f3 commit 4621cd2
Showing 1 changed file with 31 additions and 16 deletions.
47 changes: 31 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
{
"name" : "templateready",
"version" : "0.0.2",
"description" : "Template on the fly pre-compiler.",
"author" : "Alexander `Staltec` Prozorov <staltec@gmail.com>",
"dependencies": {
"async": ">=0.1.22",
"uglify": ">= 1.3.4",
"underscore": ">= 1.4.2"
},
"repository" : {"type": "git", "url": "git://github.com/"},
"main" : "index.js",
"bin" : {
"templateready" : "index.js"
},
"engine": "node >= 0.6.x"
}
"name": "templateready",
"version": "0.0.2",
"description": "Template on the fly pre-compiler.",
"author": "Alexander `Staltec` Prozorov <staltec@gmail.com>",
"dependencies": {
"async": ">=0.1.22",
"uglify-js": ">= 1.3.4",
"underscore": ">= 1.4.2"
},
"repository": {
"type": "git",
"url": "git://github.com/Staltec/TemplateReady.git"
},
"main": "index.js",
"bin": {
"templateready": "index.js"
},
"engine": "node >= 0.6.x",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"template",
"compile",
"pre-compile",
"ejs",
"watch"
],
"license": "BSD"
}

0 comments on commit 4621cd2

Please sign in to comment.