Skip to content

Instantly share code, notes, and snippets.

@edesilets
Created April 1, 2016 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edesilets/4549615cc99308d157fbbadcf1637490 to your computer and use it in GitHub Desktop.
Save edesilets/4549615cc99308d157fbbadcf1637490 to your computer and use it in GitHub Desktop.
My custom Package
{
"name": "thermal-comfort-system-api",
"version": "1.0.0",
"private": true,
"description": "Packages for my Thermal comfort system project",
"main": "index.js",
"scripts": {
"start": "./express/bin/express server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edesilets/thermal-comfort-system-API.git"
},
"author": "Ethan Desilets",
"license": "ISC",
"bugs": {
"url": "https://github.com/edesilets/thermal-comfort-system-API/issues"
},
"homepage": "https://github.com/edesilets/thermal-comfort-system-API#readme",
"dependencies": {
"bookshelf": "^0.9.2",
"knex": "^0.10.0",
"moment": "^2.12.0",
"mqtt": "^1.7.4",
"pg": "^4.5.2",
"bcrypt": "^0.8.5",
"body-parser": "~1.13.2",
"cors": "^2.7.1",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-jasmine-nodejs": "^1.4.3",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.6.0",
"grunt-jsonlint": "^1.0.7",
"grunt-nodemon": "^0.4.1",
"grunt-open": "^0.2.3",
"load-grunt-config": "^0.19.1",
"time-grunt": "^1.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment