-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (55 loc) · 1.46 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
{
"name": "@ptjs/sailsjs-starter",
"version": "0.0.1",
"description": "SailsJS starter application",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/positive-js/sailsjs-starter.git"
},
"keywords": [
"SailsJS",
"Positive Technologies",
"ptsecurity",
"JavaScript"
],
"author": "Positive Technologies",
"license": "MIT",
"bugs": {
"url": "https://github.com/positive-js/sailsjs-starter/issues"
},
"homepage": "https://github.com/positive-js/sailsjs-starter#readme",
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"unit": "mocha test/bootstrap.test.js",
"lint": "eslint api"
},
"dependencies": {
"base64url": "2.0.0",
"bcryptjs": "2.4.3",
"jsonwebtoken": "7.3.0",
"uuid": "3.0.1",
"bluebird": "3.5.0",
"crypto": "0.0.3",
"rc": "1.2.1",
"eslint": "3.19.0",
"passport": "0.3.2",
"passport-local": "1.0.0",
"passport-http": "0.3.0",
"passport-http-bearer": "1.0.1",
"sails": "0.12.13",
"sails-disk": "0.10.10",
"sails-hook-apianalytics": "1.1.3",
"ejs": "2.5.6",
"validator": "7.0.0",
"sleep-async": "1.0.1",
"random-js": "1.0.8"
},
"devDependencies": {
"mocha": "3.2.0"
},
"engines": {
"node": "6.10.2"
}
}