Skip to content

Commit

Permalink
upgrade to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanni4night committed Nov 28, 2014
1 parent 2b20136 commit a1c9f07
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "django",
"version": "0.4.0",
"description": "A wrapper of Django's template engine for Express.js",
"main": "index.js",
"scripts": {
"test": "grunt test",
"coveralls": "istanbul cover -- grunt test && grunt coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/yanni4night/django.git"
},
"keywords": [
"django",
"swig",
"twig",
"jinja",
"template",
"express"
],
"author": "yanni4night@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanni4night/django/issues"
},
"homepage": "https://github.com/yanni4night/django",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-coveralls": "~1.0.0",
"load-grunt-tasks": "~1.0.0",
"time-grunt": "~1.0.0"
},
"dependencies": {
"async": "~0.9.0",
"chalk": "~0.5.1",
"extend": "~2.0.0"
}
"name": "django",
"version": "0.4.1",
"description": "A wrapper of Django's template engine for Express.js",
"main": "index.js",
"scripts": {
"test": "grunt test",
"coveralls": "istanbul cover -- grunt test && grunt coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/yanni4night/django.git"
},
"keywords": [
"django",
"swig",
"twig",
"jinja",
"template",
"express"
],
"author": "yanni4night@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanni4night/django/issues"
},
"homepage": "https://github.com/yanni4night/django",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-coveralls": "~1.0.0",
"load-grunt-tasks": "~1.0.0",
"time-grunt": "~1.0.0"
},
"dependencies": {
"async": "~0.9.0",
"chalk": "~0.5.1",
"extend": "~2.0.0"
}
}

0 comments on commit a1c9f07

Please sign in to comment.