Skip to content

Commit

Permalink
Change all dependencies and add status of generated project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Desvé committed Dec 16, 2013
1 parent 734e385 commit 235f053
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "MyProject",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"dependencies": {
"path": "~0.4.9",
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
Expand All @@ -25,5 +24,9 @@
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"start": "grunt server",
"test": "grunt test"
}
}
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
[![Code Climate](https://codeclimate.com/github/mazerte/generator-footguard.png)](https://codeclimate.com/github/mazerte/generator-footguard)

[![NPM](https://nodei.co/npm/generator-footguard.png?downloads=true&stars=true)](https://nodei.co/npm/generator-footguard/)
[![Dependency Status](https://gemnasium.com/mazerte/test-footguard.png)](https://gemnasium.com/mazerte/test-footguard)

## Status of generated project

[test-footguard](https://github.com/mazerte/test-footguard/)

[![Build Status](https://travis-ci.org/mazerte/test-footguard.png?branch=master)](https://travis-ci.org/mazerte/test-footguard)

Maintainer: [Mathieu Desvé](https://github.com/mazerte)

Expand Down

0 comments on commit 235f053

Please sign in to comment.