-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1011 Bytes
/
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
{
"name": "digitalatx",
"version": "0.1.3",
"description": "A web-based tool for knowledge sharing and creating an inventory of assets for digital inclusion programming in Austin.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"dependencies": {
"angular": "^1.3.16",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.1",
"express": "~4.14.x",
"express-session": "^1.14.0",
"mocha": "^3.0.2",
"mongojs": "^2.4.x",
"mongojs-models": "^0.1.4",
"multer": "^0.1.x",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"supertest": "^2.0.0"
},
"engines": {
"node": "0.12.2"
},
"repository": {
"type": "git",
"url": "https://github.com/DigitalInclusion/digitalatx"
},
"keywords": [
"node",
"heroku",
"express",
"knowledge",
"sharing",
"digital",
"inclusion"
],
"license": "MIT"
}