landmark-serve
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
65 lines (64 loc) • 1.62 kB
JSON
{
"name": "landmark-serve",
"version": "0.1.32",
"description": "Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/RiversideLabs/landmark.git"
},
"dependencies": {
"underscore": "~1.6.0",
"landmark-utils": "~0.1.15",
"express": "~3.3.8",
"mongoose": "~3.8.12",
"less-middleware": "~1.0.3",
"connect-flash": "~0.1.1",
"jade": "~1.3.1",
"async": "~0.9.0",
"csv": "~0.3.7",
"bcrypt-nodejs": "~0.0.3",
"cloudinary": "~1.0.9",
"mandrill-api": "~1.0.39",
"embedly": "~1.0.2",
"marked": "~0.3.2",
"moment": "~2.6.0",
"numeral": "~1.5.3",
"semver": "~2.3.0",
"knox": "~0.8.10",
"azure": "~0.9.8",
"range_check": "~0.0.4",
"queryfilter": "~0.0.4"
},
"devDependencies": {
"mocha": ">= 1.20 < 2",
"must": ">= 0.12 < 1",
"gulp": "^3.6.2",
"gulp-watch": "^0.6.5",
"gulp-mocha": "^0.4.1",
"supertest": "~0.13.0",
"jshint": "^2.5.1",
"gulp-jshint": "^1.6.1",
"fs-extra": "~0.9.1",
"colors": "^0.6.2",
"gulp-coverage": "~0.1.24"
},
"author": "Mike Stecker",
"license": "MIT",
"keywords": [
"landmark",
"landmarkjs"
],
"readmeFilename": "README.md",
"gitHead": "732fe5b5f029c9af70acfc0039bb74deb5918d58",
"bugs": {
"url": "https://github.com/RiversideLabs/landmark/issues"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test -R spec"
},
"engines": {
"node": ">= 0.10.28",
"npm": ">= 1.4.9"
}
}