-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.26 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.26 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
{
"name": "api-directassemblee",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@turf/turf": "^4.7.3",
"async": "^2.6.1",
"bluebird": "^3.5.2",
"connect-redis": "^3.3.3",
"cron": "^1.4.1",
"firebase-admin": "^5.13.1",
"grunt": "^1.0.3",
"lodash": "^4.17.11",
"lru-cache": "^4.1.1",
"mailgun-js": "^0.18.1",
"moment": "^2.22.2",
"mysqldump": "^1.4.2",
"node-persist": "^2.1.0",
"proxyquire": "^1.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sails": "^1.0.0-40",
"sails-hook-grunt": "^2.0.0",
"sails-hook-orm": "^2.0.1",
"sails-hook-sockets": "^1.4.0",
"sails-mysql": "^1.0.0",
"socket.io-redis": "^4.0.1",
"webpack": "^2.7.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"test": "nyc --reporter=html --reporter=text mocha"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/mplat/mondepute.git"
},
"author": "Morgane Plat",
"license": "",
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^3.5.1",
"nyc": "^11.9.0",
"supertest": "^3.3.0"
},
"engines": {
"node": "8"
}
}