landing
Version:
Landing page server
40 lines (39 loc) • 909 B
JSON
{
"name": "landing",
"version": "0.0.1",
"description": "Landing page server",
"main": "./index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha -R spec --compilers coffee:coffee-script/register tests/**/*.tests.*coffee"
},
"keywords": [
"landing",
"landing page",
"Express"
],
"author": {
"name": "Ivan Erceg",
"email": "ivan@softwaremarbles.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SoftwareMarbles/landing"
},
"bugs": {
"url": "https://github.com/SoftwareMarbles/landing/issues"
},
"devDependencies": {
"mocha": "^1.18.2",
"chai": "^1.9.1",
"express": "^3.4.8",
"supertest": "^0.9.2"
},
"dependencies": {
"coffee-script": "^1.7.1",
"node-static": "^0.7.3"
},
"readmeFilename": "README.md",
"_id": "landing@0.0.1",
"_from": "landing@^0.0.1"
}