mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 13:54:12 +02:00
update package.json
This commit is contained in:
parent
437f90161a
commit
e1e21ec2a8
1 changed files with 19 additions and 3 deletions
22
package.json
22
package.json
|
|
@ -1,11 +1,27 @@
|
||||||
{
|
{
|
||||||
"name": "node-example",
|
"name": "node-js-sample",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"description": "a sample node.js app for heroku",
|
||||||
|
"main": "web.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "2.5.x"
|
"express": "2.5.x"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.8.x",
|
"node": "0.8.x",
|
||||||
"npm": "1.1.x"
|
"npm": "1.1.x"
|
||||||
}
|
},
|
||||||
}
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/heroku/node-js-sample"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"node",
|
||||||
|
"heroku"
|
||||||
|
],
|
||||||
|
"author": "Mark Pundsack",
|
||||||
|
"license": "BSD",
|
||||||
|
"gitHead": "90fd58e343c29e54fc1d4e19036595500b2bdc21"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue