forked from balderdashy/sails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 2.75 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
{
"name": "sails",
"author": "Mike McNeil <@mikermcneil>",
"version": "0.12.0-rc8",
"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",
"preinstall": "node ./lib/preinstall_npmcheck.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"anchor": "~0.10.5",
"async": "1.5.0",
"captains-log": "~0.11.11",
"colors": "1.1.2",
"commander": "2.9.0",
"connect": "2.30.0",
"connect-flash": "0.1.1",
"consolidate": "0.12.1",
"cookie": "0.1.2",
"cookie-signature": "1.0.6",
"ejs": "2.3.4",
"ejs-locals": "1.0.2",
"express": "3.21.2",
"express-handlebars": "2.0.1",
"express-session": "1.12.1",
"fs-extra": "0.18.4",
"glob": "5.0.15",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-jst": "0.6.0",
"grunt-contrib-less": "1.1.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.2.4",
"i18n": "0.5.0",
"include-all": "~0.1.6",
"lodash": "3.10.1",
"merge-defaults": "~0.2.1",
"method-override": "2.3.5",
"mock-req": "0.2.0",
"mock-res": "0.3.0",
"parseurl": "^1.3.1",
"pluralize": "1.2.1",
"prompt": "0.2.14",
"rc": "1.0.1",
"reportback": "~0.1.9",
"sails-build-dictionary": "~0.10.1",
"sails-disk": "~0.10.8",
"sails-generate": "~0.13.0",
"sails-hook-sockets": "~0.13.0",
"sails-stringfile": "~0.3.2",
"sails-util": "~0.11.0",
"semver": "5.1.0",
"skipper": "~0.5.8",
"uid-safe": "1.1.0",
"walk": "2.3.9",
"waterline": "~0.10.29"
},
"devDependencies": {
"root-require": "0.3.1",
"checksum": "0.1.1",
"request": "2.67.0",
"istanbul": "0.4.1",
"wrench": "1.5.8",
"benchmark": "1.0.0",
"expect.js": "0.3.1",
"should": "5.2.0",
"supertest": "1.1.0",
"mocha": "2.3.4",
"portfinder": "0.4.0",
"coffee-script": "1.9.1",
"socket.io-client": "1.4.3"
},
"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"
}
}