-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"name": "dbbuilder-directassemblee",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"async": "^2.6.1",
"bluebird": "^3.5.2",
"commander": "^2.18.0",
"connect-redis": "^3.3.3",
"html-entities": "^1.2.1",
"htmlparser2": "^3.9.2",
"latinize": "^0.4.0",
"lodash": "^4.17.11",
"machinepack-mailgun": "^0.6.0",
"mailgun-js": "^0.13.1",
"moment": "^2.22.2",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sails": "^1.0.2",
"sails-hook-orm": "^2.0.1",
"sails-mysql": "^1.0.0",
"webpack": "^2.7.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"test": "mocha test"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/mplat/dbbuilder-directassemblee.git"
},
"author": "mplat",
"license": "",
"engines": {
"node": "8"
},
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^3.5.1",
"supertest": "^3.3.0"
}
}