sample-app
Version:
Created with [Nodeclipse](https://github.com/Nodeclipse/nodeclipse-1) ([Eclipse Marketplace](http://marketplace.eclipse.org/content/nodeclipse), [site](http://www.nodeclipse.org))
15 lines (14 loc) • 436 B
JSON
{
"name": "sample-app",
"version": "1.0.0",
"description": "Created with [Nodeclipse](https://github.com/Nodeclipse/nodeclipse-1)\r ([Eclipse Marketplace](http://marketplace.eclipse.org/content/nodeclipse), [site](http://www.nodeclipse.org))",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.13.3"
}
}