-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.63 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
{
"name": "rentever",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"amdefine": "0.1.0",
"aws-sdk": "2.1.17",
"barrels": "1.4.0",
"bcrypt": "0.8.0",
"bluebird": "2.9.14",
"chai": "1.10.0",
"connect-mongo": "0.8.0",
"ejs": "2.3.1",
"email-templates": "1.1.2",
"gm": "1.17.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha-test": "0.12.7",
"grunt-strip-code": "0.1.2",
"grunt-sync": "0.0.8",
"include-all": "0.1.6",
"jsface": "2.2.0",
"jshint": "2.4.4",
"less": "1.7.5",
"lru-cache": "2.5.0",
"mocha": "2.2.1",
"moment": "2.9.0",
"node-geocoder": "2.16.0",
"node-schedule": "0.2.6",
"node-uuid": "1.4.3",
"passport": "0.2.1",
"passport-facebook": "1.0.3",
"passport-local": "1.0.0",
"precommit-hook": "1.0.7",
"prerender-node": "1.2.1",
"randomstring": "1.0.3",
"rc": "0.5.5",
"request": "2.51.0",
"requirejs": "2.1.17",
"rjs-build-analysis": "0.0.3",
"sails": "0.11.0",
"sails-disk": "0.10.7",
"sails-memory": "0.10.3",
"sails-mongo": "0.10.6",
"skipper-s3": "0.5.4",
"supertest": "0.15.0",
"supertest-as-promised": "1.0.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "grunt test"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "[email protected]:renteverest/rentever.git"
},
"author": "rentever",
"license": ""
}