twee
Version:
Twee Framework - the most powerful, elegant and extensive framework for Node.js based on Express.js
40 lines (39 loc) • 1.44 kB
JSON
{
"name": "_Twee-App-Name_",
"version": "0.0.1",
"private": true,
"scripts": {
"pstart": "NODE_PATH=./node_modules NODE_ENV=production PORT=80 node ./application.js",
"ssl-start": "NODE_PATH=./node_modules NODE_ENV=production PORT=80 sudo node ./application.js",
"start": "NODE_PATH=./node_modules NODE_ENV=development DEBUG=twee.io node ./application.js",
"assets": "NODE_PATH=./node_modules grunt assets",
"watch": "NODE_PATH=./node_modules grunt watch"
},
"dependencies": {
"twee": ">= __TWEE_VERSION__",
"twee-http-parser-extension": "*",
"twee-logging-extension": "*",
"twee-powered-extension": "*",
"twee-static-extension": "*",
"twee-compressor-extension": "*",
"twee-view-extension": "*",
"twee-i18n-extension": "*",
"twee-cookies-extension": "*",
"swig": "*"
},
"devDependencies": {
"grunt-contrib-jshint": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-watch": "*",
"load-grunt-tasks": "*",
"grunt-contrib-cssmin": "*",
"grunt-aws-s3": "*",
"grunt-notify": "*",
"grunt-bower-task": "*",
"grunt-express-server": "*"
}
}