forked from balderdashy/sails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.44 KB
/
package.json
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
120
121
122
{
"name": "sails",
"author": "Mike McNeil <@mikermcneil>",
"contributors": [
"mohemohe <[email protected]> (https://github.com/mohemohe)"
],
"version": "0.13.2",
"description": "API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io). Kept 0.12 experience as possible.",
"homepage": "https://github.com/mobilusoss/sails-classic",
"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": {
"@sailshq/express": "git+https://github.com/mobilusoss/express#v3.21.4",
"anchor": "git+https://github.com/mobilusoss/anchor.git#v0.12.0",
"async": "^3.1.0",
"captains-log": "^2.0.3",
"chalk": "1.1.3",
"commander": "2.9.0",
"compression": "^1.7.4",
"connect": "^3.7.0",
"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",
"express-handlebars": "3.0.0",
"express-session": "^1.17.0",
"flaverr": "^1.0.0",
"glob": "5.0.15",
"grunt": "^1.0.4",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jst": "git+https://github.com/mobilusoss/grunt-contrib-jst.git#v1.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "^0.8.1",
"i18n": "0.8.1",
"include-all": "git+https://github.com/mobilusoss/include-all.git#v1.1.0",
"lodash": "^4.17.15",
"merge-defaults": "~0.2.1",
"method-override": "^3.0.0",
"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.2.8",
"reportback": "^2.0.2",
"rttc": "^10.0.1",
"sails-disk": "git+https://github.com/mobilusoss/sails-disk.git#v0.11.0",
"sails-hook-orm": "git+https://github.com/mobilusoss/sails-hook-orm.git#v1.1.0",
"sails-hook-sockets": "git+https://github.com/mobilusoss/sails-hook-sockets.git#v0.14.0",
"sails-stringfile": "~0.3.2",
"sails-util": "~0.11.0",
"semver": "5.1.0",
"serve-favicon": "^2.5.0",
"serve-static": "^1.14.1",
"skipper": "^0.9.0-4",
"uid-safe": "^2.1.5",
"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": "^4.0.1",
"mocha": "^6.2.2",
"portfinder": "0.4.0",
"request": "2.68.0",
"root-require": "0.3.1",
"sails-generate": "~0.13.0",
"should": "5.2.0",
"socket.io-client": "1.4.6",
"supertest": "^4.0.2",
"tmp": "0.0.30"
},
"repository": {
"type": "git",
"url": "https://github.com/mobilusoss/sails-classic.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mobilusoss/sails-classic/issues"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.4.0"
}
}