-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "availability",
"version": "0.0.0",
"description": "A new Trails.js Application",
"homepage": "http://trailsjs.io",
"author": {
"name": "maurice_hayward",
"email": "mauricehayward1@gmail.com",
"url": "https://github.com/trailsjs"
},
"main": "index.js",
"keywords": [
"",
"trails",
"trailsjs"
],
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.14.1",
"lodash": "^4.17.4",
"machinepack-emailaddresses": "^0.4.0",
"machinepack-passwords": "^2.3.0",
"machinepack-strings": "^5.1.0",
"sails-mongo": "^0.12.2",
"trailpack-bootstrap": "^2.0.0",
"trailpack-express": "^2.0.3",
"trailpack-footprints": "^2.0.0",
"trailpack-repl": "v2-latest",
"trailpack-router": "v2-latest",
"trailpack-waterline": "^2.0.0-rc2",
"trails": "v2-latest",
"util": "^0.10.3",
"waterline-sqlite3": "^1.0.3",
"winston": "^2.3"
},
"devDependencies": {
"eslint": "^2.11",
"eslint-config-trails": "^2",
"mocha": "^2.5.3",
"supertest": "^1.2"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "https://github.com/Maurice-Hayward/availability.git",
"license": "Apache-2.0"
}