-
- Downloads
Merge branch 'master' into 'graphene'
# Conflicts: # .gitlab-ci.yml
No related branches found
No related tags found
Prueba.txt
0 → 100644
package.json
0 → 100644
{ | ||
"name": "node-js-sample", | ||
"version": "0.2.0", | ||
"description": "A sample Node.js app using Express 4", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"express": "^4.13.3" | ||
}, | ||
"engines": { | ||
"node": "4.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/heroku/node-js-sample" | ||
}, | ||
"keywords": [ | ||
"node", | ||
"heroku", | ||
"express" | ||
], | ||
"author": "Mark Pundsack", | ||
"contributors": [ | ||
"Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)" | ||
], | ||
"license": "MIT" | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment