forked from balderdashy/sails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 2.57 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
123
124
125
126
127
128
129
{
"name": "sails",
"author": "Mike McNeil <[email protected]>",
"contributors": [
{
"name": "Mike McNeil",
"email": "[email protected]",
"url": "http://michaelmcneil.com"
},
{
"name": "Dennis Bartlett",
"email": "[email protected]"
},
{
"name": "Brad Carleton",
"email": "[email protected]",
"url": "http://techpines.com"
},
{
"name": "Victor Powell",
"email": "",
"url": ""
},
{
"name": "virpool",
"email": "",
"url": ""
},
{
"name": "themouette",
"email": "",
"url": ""
},
{
"name": "valinorsgatekeeper"
},
{
"name": "Gabe Hernandez",
"email": "[email protected]"
},
{
"name": "Curtis Lacy",
"email": "[email protected]"
},
{
"name": "Ameen Ahmed",
"email": "[email protected]"
}
],
"version": "0.8.895",
"description": "API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)",
"homepage": "http://sailsjs.com",
"keywords": [
"mvc",
"web-framework",
"rails",
"ruby-on-rails",
"express",
"sails",
"sailsjs",
"sails.js",
"REST",
"API",
"orm",
"mysql",
"active-record",
"socket.io"
],
"main": "./lib/sails",
"bin": {
"sails": "./bin/sails.js"
},
"scripts": {
"test": "node test/start.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"sails-dirty": "0.7.3",
"express": "2.5.11",
"socket.io": "0.9.6",
"ejs": "0.7.2",
"connect": "1.8.3",
"async": "0.1.22",
"underscore": "1.4.2",
"optimist": "0.3.4",
"underscore.string": "2.3.0",
"glob": "3.1.14",
"winston": "0.6.2",
"fs-extra": "0.5.0",
"i18n": "0.3.5",
"wrench": "1.4.4",
"uglify-js": "2.2.4",
"asset-rack": "2.1.4",
"node-uuid": "~1.4.0",
"parley": "0.0.2",
"include-all": "0.0.5",
"forever": "~0.10.0",
"clean-css": "0.10.1",
"fs-watch-tree": "~0.2.2",
"jade": "0.28.0",
"inflection": "~1.2.5",
"node-typescript": "0.1.3",
"connect-redis": "1.4.5"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"coffee-script": "*",
"request": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/sails.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://sails.mit-license.org/"
}
],
"bugs": {
"url": "http://github.com/balderdashy/sails/issues"
},
"engines": {
"node": "<= 0.10.0"
}
}