Last active
July 26, 2024 18:41
-
-
Save facultymatt/5482781 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"directory": "components" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
great code
In your package.json shouldn't a lot of those dependencies be under dev-dependencies?
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
nice