1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
| {
| "name": "sails",
| "author": "Mike McNeil <@mikermcneil>",
| "version": "0.12.14",
| "description": "API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)",
| "homepage": "http://sailsjs.org",
| "keywords": [
| "mvc",
| "web-framework",
| "express",
| "sailsjs",
| "sails.js",
| "REST",
| "API",
| "orm",
| "socket.io"
| ],
| "main": "./lib/index.js",
| "bin": {
| "sails": "./bin/sails.js"
| },
| "scripts": {
| "test": "mocha -b"
| },
| "directories": {
| "lib": "lib"
| },
| "dependencies": {
| "anchor": "~0.10.5",
| "async": "1.5.0",
| "captains-log": "1.0.0",
| "chalk": "1.1.3",
| "commander": "2.9.0",
| "compression": "1.6.2",
| "connect": "3.4.1",
| "connect-flash": "0.1.1",
| "consolidate": "0.14.1",
| "cookie": "0.1.2",
| "cookie-parser": "1.3.5",
| "cookie-signature": "1.0.6",
| "csurf": "1.9.0",
| "ejs": "2.3.4",
| "ejs-locals": "1.0.2",
| "@sailshq/express": "^3.21.3",
| "express-handlebars": "3.0.0",
| "express-session": "1.14.2",
| "flaverr": "^1.0.0",
| "glob": "5.0.15",
| "grunt": "1.0.1",
| "grunt-cli": "1.2.0",
| "grunt-contrib-clean": "1.0.0",
| "grunt-contrib-coffee": "1.0.0",
| "grunt-contrib-concat": "1.0.1",
| "grunt-contrib-copy": "1.0.0",
| "grunt-contrib-cssmin": "1.0.1",
| "grunt-contrib-jst": "1.0.0",
| "grunt-contrib-less": "1.3.0",
| "grunt-contrib-uglify": "1.0.1",
| "grunt-contrib-watch": "1.0.0",
| "grunt-sails-linker": "~0.10.1",
| "grunt-sync": "0.5.2",
| "i18n": "0.8.1",
| "include-all": "^1.0.0",
| "@sailshq/lodash": "^3.10.2",
| "merge-defaults": "~0.2.1",
| "method-override": "2.3.5",
| "mock-req": "0.2.0",
| "mock-res": "0.3.0",
| "parseurl": "1.3.1",
| "path-to-regexp": "1.5.3",
| "pluralize": "1.2.1",
| "prompt": "0.2.14",
| "rc": "1.0.1",
| "reportback": "~0.1.9",
| "rttc": "9.3.3",
| "sails-disk": "~0.10.9",
| "sails-generate": "~0.13.0",
| "sails-hook-orm": "~1.0.9",
| "sails-hook-sockets": "^0.13.9",
| "sails-stringfile": "~0.3.2",
| "sails-util": "~0.11.0",
| "semver": "5.1.0",
| "serve-favicon": "2.3.0",
| "serve-static": "1.10.2",
| "skipper": "~0.7.0",
| "uid-safe": "1.1.0",
| "walk": "2.3.9"
| },
| "devDependencies": {
| "benchmark": "1.0.0",
| "checksum": "0.1.1",
| "coffee-script": "1.9.1",
| "expect.js": "0.3.1",
| "fs-extra": "0.30.0",
| "istanbul": "0.4.1",
| "machinepack-fs": "^8.0.2",
| "machinepack-process": "^2.0.2",
| "mocha": "3.0.0",
| "portfinder": "0.4.0",
| "request": "2.68.0",
| "root-require": "0.3.1",
| "should": "5.2.0",
| "socket.io-client": "1.4.6",
| "supertest": "1.1.0",
| "tmp": "0.0.30"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/balderdashy/sails.git"
| },
| "license": "MIT",
| "bugs": {
| "url": "http://github.com/balderdashy/sails/issues"
| },
| "engines": {
| "node": ">= 0.10.0",
| "npm": ">= 1.4.0"
| }
| }
|
|