Skip to content

Instantly share code, notes, and snippets.

@facultymatt
Last active June 11, 2026 03:36
Show Gist options
  • Select an option

  • Save facultymatt/5482781 to your computer and use it in GitHub Desktop.

Select an option

Save facultymatt/5482781 to your computer and use it in GitHub Desktop.
{
"directory": "components"
}
{
"name": "my-project",
"version": "0.0.1",
"dependencies": {
"modernizr": "~2.6.2",
"bootstrap": "~2.2.2",
"angular-strap": "~0.7.0",
"angular-ui" : "0.4.0",
"ngInfiniteScroll" : "1.0.0",
"angular-underscore" : "",
"underscore" : "",
"angular-bootstrap" : "~0.2.0",
"font-awesome" : "3.0.2",
"emoji" : "0.1.2"
}
}
{
"title": "Genesis Skeleton",
"name": "genesis-skeleton",
"description": "Modern application skeleton - HTML5 Boilerplate + Angular + Express + Grunt + LiveReload + Bootstrap + Bower",
"version": "0.0.1",
"author": {
"name": "Eric Clemmons",
"email": "eric@smarterspam"
},
"homepage": "https://github.com/ericclemmons/genesis-skeleton",
"bugs": "https://github.com/ericclemmons/genesis-skeleton/issues",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/ericclemmons/genesis-skeleton/master/LICENSE"
}
],
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"start": "./node_modules/.bin/grunt build && node src/server/server",
"install": "bower install",
"test": "./node_modules/.bin/grunt build"
},
"dependencies": {
"bower": "0.9.2",
"express": "3.0.5",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"grunt-angular-templates": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-livereload": "~0.1.1",
"grunt-contrib-mincss": "~0.4.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-express-server": "~0.1.0",
"grunt-parallel": "0.0.2",
"grunt-regarde": "~0.1.1",
"grunt-usemin": "~0.1.4",
"grunt-verbosity": "~0.1.0",
"socket.io": ">= 0.9.6"
}
}
@macrotea

Copy link
Copy Markdown

great code

@guyellis

Copy link
Copy Markdown

In your package.json shouldn't a lot of those dependencies be under dev-dependencies?

@oiwn

oiwn commented Apr 16, 2015

Copy link
Copy Markdown

lol, just as needed, found link on google.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment