forked from balderdashy/sails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 2.98 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 <[email protected]>",
"version": "0.10.5",
"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",
"sails",
"sailsjs",
"sails.js",
"REST",
"API",
"orm",
"socket.io"
],
"main": "./lib/index.js",
"bin": {
"sails": "./bin/sails.js"
},
"scripts": {
"test": "mocha -b",
"prepublish": "npm prune",
"preinstall": "node ./lib/preinstall_npmcheck.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"anchor": "~0.10.0-rc",
"async": "~0.2.9",
"captains-log": "~0.11.8",
"colors": "~0.6.2",
"commander": "~2.1.0",
"connect-flash": "~0.1.1",
"cookie-parser": "^1.3.3",
"ejs": "~0.8.4",
"ejs-locals": "~1.0.2",
"engine.io": "^1.4.2",
"express": "3.16.0",
"express-handlebars": "~1.0.1",
"fs-extra": "~0.8.1",
"glob": "~3.2.9",
"grunt": "0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"i18n": "~0.5.0",
"include-all": "~0.1.3",
"lodash": "~2.4.1",
"merge-defaults": "~0.1.0",
"mock-req": "0.1.0",
"mock-res": "0.1.0",
"node-uuid": "~1.4.0",
"pluralize": "~0.0.5",
"primus": "^2.4.10",
"primus-emitter": "^3.0.3",
"primus-responder": "^1.0.3",
"primus-rooms": "^3.1.0",
"prompt": "~0.2.13",
"rc": "~0.5.0",
"redis": "^0.12.1",
"reportback": "~0.1.4",
"sails-build-dictionary": "~0.10.1",
"sails-disk": "~0.10.0",
"sails-generate": "~0.11.2",
"sails-stringfile": "~0.3.0",
"sails-util": "~0.10.3",
"semver": "~2.2.1",
"skipper": "~0.5.3",
"socket.io": "~1.1.0",
"socket.io-redis": "^0.1.3",
"sockjs": "^0.3.10",
"waterline": "~0.10.11",
"ws": "^0.4.32"
},
"devDependencies": {
"root-require": "~0.2.0",
"checksum": "~0.1.1",
"request": "*",
"istanbul": "*",
"wrench": "~1.5.1",
"benchmark": "~1.0.0",
"microtime": "~0.6.0",
"colors": "~0.6.2",
"expect.js": "~0.2.0",
"should": "~2.1.1",
"supertest": "~0.8.2",
"socket.io-client": "~0.9.16",
"mocha": "~1.17.1",
"portfinder": "~0.2.1",
"coffee-script": "~1.7.1"
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/sails.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://links.sailsjs.org/license/mit"
}
],
"bugs": {
"url": "http://github.com/balderdashy/sails/issues"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.4.0"
}
}