-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "prototype",
"version": "1.0.0",
"description": "Project base for MySQL, Express and Angular built on Node (aka: MEAN)",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "NODE_ENV=test mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inputlogic/prototype.git"
},
"author": "Input Logic, Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/inputlogic/prototype/issues"
},
"homepage": "https://github.com/inputlogic/prototype#readme",
"dependencies": {
"async": "^1.5.0",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"cookie-parser": "^1.4.1",
"express": "^4.13.3",
"express-session": "^1.13.0",
"kerberos": "0.0.18",
"lodash": "^4.0.0",
"mongodb": "^2.1.4",
"morgan": "^1.6.1",
"nodemon": "^1.8.1",
"nunjucks": "^2.2.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.67.0",
"schemakit": "^0.1.1",
"validator": "^4.5.0",
"winston": "^2.1.1"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"supertest": "^1.1.0"
}
}