123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "sailsjs",
- "private": true,
- "version": "0.0.0",
- "description": "a Sails application",
- "keywords": [],
- "dependencies": {
- "async": "^1.2.0",
- "bluebird": "^2.9.27",
- "ejs": "~2.3.1",
- "grunt": "0.4.5",
- "grunt-contrib-clean": "~0.6.0",
- "grunt-contrib-coffee": "~0.13.0",
- "grunt-contrib-concat": "~0.5.1",
- "grunt-contrib-copy": "~0.8.0",
- "grunt-contrib-cssmin": "~0.12.3",
- "grunt-contrib-jst": "~0.6.0",
- "grunt-contrib-less": "1.0.1",
- "grunt-contrib-uglify": "~0.9.1",
- "grunt-contrib-watch": "~0.6.1",
- "grunt-sails-linker": "~0.10.1",
- "grunt-sync": "~0.2.3",
- "handlebars": "^3.0.3",
- "include-all": "~0.1.6",
- "mysql": "^2.7.0",
- "rc": "~1.0.3",
- "sails": "~0.11.0",
- "sails-disk": "~0.10.8",
- "sequelize": "^3.2.0"
- },
- "scripts": {
- "start": "node app.js",
- "debug": "node debug app.js"
- },
- "main": "app.js",
- "repository": {
- "type": "git",
- "url": "git://github.com/zane/sailsjs.git"
- },
- "author": "zane",
- "license": ""
- }
|