1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "node-CES",
- "version": "0.0.0",
- "description": "a CES module for node",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/yzziizzy/node-CES.git"
- },
- "author": "izzy",
- "license": "AGPLv3",
- "bugs": {
- "url": "https://github.com/yzziizzy/node-CES/issues"
- },
- "homepage": "https://github.com/yzziizzy/node-CES",
- "dependencies": {
- "async": "^2.5.0",
- "bluebird": "^2.11.0",
- "colors": "^1.1.2",
- "express": "^4.15.3",
- "handlebars": "^4.0.10",
- "minimist": "^1.2.0",
- "mongodb": "^2.0.31",
- "mysql": "^2.14.1",
- "serve-static": "^1.12.4",
- "underscore": "^1.8.3"
- }
- }
|