forked from balderdashy/sails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 2.54 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
{
"name": "sails",
"author": "Mike McNeil <@mikermcneil>",
"version": "1.0.0-18",
"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",
"prepublish": "npm prune"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"@sailshq/lodash": "^3.10.2",
"async": "2.0.1",
"captains-log": "1.0.0",
"chalk": "1.1.3",
"commander": "2.8.1",
"compression": "1.6.2",
"connect": "3.4.1",
"cookie": "0.1.2",
"cookie-parser": "1.3.5",
"cookie-signature": "1.0.6",
"csurf": "1.9.0",
"ejs": "2.5.5",
"express": "4.14.0",
"express-session": "1.14.2",
"flaverr": "^1.0.0",
"glob": "5.0.15",
"i18n-2": "0.6.3",
"include-all": "^2.0.0",
"machine": "^13.0.0-12",
"machine-as-action": "^7.1.0-0",
"machinepack-process": "^2.0.2",
"merge-defaults": "0.2.1",
"minimist": "0.0.10",
"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",
"router": "1.1.4",
"rttc": "^10.0.0-0",
"sails-generate": "^1.5.0",
"sails-stringfile": "0.3.2",
"semver": "4.3.6",
"serve-favicon": "2.3.0",
"serve-static": "1.10.2",
"skipper": "~0.7.0",
"sort-route-addresses": "^0.0.1",
"uid-safe": "2.1.3",
"vary": "1.1.0"
},
"devDependencies": {
"benchmark": "^2.1.2",
"checksum": "0.1.1",
"coffee-script": "1.9.1",
"connect-redis": "3.1.0",
"expect.js": "0.3.1",
"fs-extra": "0.30.0",
"istanbul": "0.4.5",
"machinepack-fs": "^8.0.2",
"mocha": "3.0.2",
"nunjucks": "2.5.2",
"portfinder": "0.4.0",
"request": "2.74.0",
"root-require": "0.3.1",
"sails-disk": "0.10.10",
"sails-hook-orm": "^2.0.0-0",
"sails-hook-sockets": "^0.13.8",
"sails.io.js": "^1.0.0",
"session-file-store": "1.0.0",
"should": "9.0.0",
"socket.io-client": "1.7.1",
"supertest": "1.1.0",
"tmp": "0.0.29"
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/sails.git"
},
"license": "MIT",
"bugs": {
"url": "http://sailsjs.com/bugs"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.4.0"
}
}