-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 KB
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": "tr",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-redis": "^3.2.0",
"ejs": "^2.5.6",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-jst": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "^1.0.4",
"grunt-sync": "^0.6.2",
"include-all": "^4.0.3",
"lodash": "^4.17.4",
"passport": "^0.3.2",
"passport-cas": "^0.1.1",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"rc": "^1.1.7",
"redis": "^2.7.1",
"sails": "^1.0.0-32",
"sails-disk": "^0.10.10",
"sails-generate-auth": "^0.3.1",
"sails-hook-grunt": "^1.0.8",
"sails-mongo": "^0.12.2",
"socket.io-redis": "^4.0.0",
"validator": "^7.0.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "sails lift --prod",
"preinstall": "npm i -g sails",
"heroku-prebuild": "set NODE_ENV=production"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/anonymous node/sails user/tr.git"
},
"author": "anonymous node/sails user",
"license": ""
}