-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.35 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
{
"name": "loftili-api",
"private": true,
"version": "1.1.4",
"description": "a skeleton sails API application",
"author": "Loftili Developers <[email protected]>",
"keywords": [],
"dependencies": {
"atob": "^1.1.2",
"bcrypt": "^0.8.5",
"btoa": "1.1.2",
"connect-redis": "1.4.5",
"cookie-parser": "^1.3.4",
"dotenv": "0.4.0",
"ejs": "0.8.4",
"grunt": "0.4.2",
"id3js": "1.1.3",
"include-all": "0.1.3",
"jade": "^1.7.0",
"jsftp": "^1.3.6",
"juice2": "^1.3.1",
"knex": "^0.6.22",
"lodash": "^3.10.0",
"mysql": "2.4.2",
"namejs": "1.4.0",
"node-sass": "3.3.3",
"node-uuid": "^1.4.1",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.12",
"rc": "0.5.0",
"redis": "^0.12.1",
"request": "^2.51.0",
"sails": "0.12.0-rc9",
"sails-disk": "0.10.6",
"sails-mysql": "0.10.11",
"skipper": "0.5.3",
"socket.io": "tobalsgithub/socket.io#1dde0f39470464f0c47ef8dc191d0735d54fd165",
"waterline": "0.10.21"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/loftili/api.git"
},
"license": "MIT",
"devDependencies": {
"mocha": "^1.21.4",
"grunt-mocha-test": "^0.11.0",
"sinon": "^1.10.3",
"assert": "^1.1.1"
}
}