You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
580 B

{
"name": "node-js-getting-started",
"version": "1.0.0",
"description": "A sample Node.js app using Express 4",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"node",
"LeanCloud",
"LeanEngine",
"express"
],
"license": "MIT",
"dependencies": {
"body-parser": "1.12.3",
"connect-timeout": "^1.7.0",
"cookie-parser": "^1.3.5",
"ejs": "2.3.1",
"express": "4.12.3",
"leanengine": "^1.0.0-beta"
},
"engines": {
"node": "4.x"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}