Last active
August 29, 2015 14:04
-
-
Save chiehwen/6b305ae1ad9dcf7acfc9 to your computer and use it in GitHub Desktop.
This file is used by npm to store metadata for projects published as npm modules.
This file contains hidden or 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": "projectName", | |
"description": "project description", | |
"homepage": "http://", | |
"keywords": [ | |
"Node.js", | |
"express", | |
"jade", | |
"AngularJS", | |
"Browserify", | |
"mongodb", | |
"RESTful" | |
], | |
"version": "0.0.1", | |
"author": { | |
"name": "Chieh-Wen Yang", | |
"email": "[email protected]", | |
"url": "https://chiehwen.github.io/" | |
}, | |
"license": "MIT", | |
"engines": { | |
"node": ">= 0.10.0" | |
}, | |
"main": "app.js", | |
"private": true, | |
"scripts": { | |
"start": "node ./bin/www" | |
}, | |
"dependencies": { | |
"async": "^0.9.0", | |
"body-parser": "~1.0.0", | |
"bower": "^1.3.8", | |
"browserify": "^4.2.1", | |
"cheerio": "^0.17.0", | |
"coffee-script": "^1.7.1", | |
"connect": "^3.0.2", | |
"cookie-parser": "~1.0.1", | |
"debug": "~0.7.4", | |
"express": "~4.2.0", | |
"findit": "^2.0.0", | |
"hapi": "^6.0.2", | |
"jade": "~1.3.0", | |
"jshint": "^2.5.2", | |
"lodash": "^2.4.1", | |
"minimist": "^0.2.0", | |
"moment": "^2.7.0", | |
"mongoose": "^3.8.12", | |
"morgan": "~1.0.0", | |
"mysql": "^2.4.0", | |
"nodemailer": "^1.0.3", | |
"passport": "^0.2.0", | |
"redis": "^0.11.0", | |
"request": "^2.37.0", | |
"socket.io": "^1.0.6", | |
"static-favicon": "~1.0.0", | |
"uuid": "^1.4.1" | |
}, | |
"contributors": [ | |
{ | |
"name": "", | |
"email": "", | |
"url": "" | |
} | |
], | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/chiehwen/projectName.git" | |
}, | |
"devDependencies": { | |
"chai": "1.9.1", | |
"grunt": "^0.4.5", | |
"gulp": "^3.8.6", | |
"jshint": "^2.5.2", | |
"mocha": "^1.20.1", | |
"should": "^4.0.4" | |
}, | |
"peerDependencies": { | |
"": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment