forked from dearle/recrac
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "recrac",
"version": "1.0.0",
"description": "Greenfield project",
"main": "recrac",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dearle/recrac.git"
},
"author": "Recrac",
"license": "ISC",
"bugs": {
"url": "https://github.com/dearle/recrac/issues"
},
"homepage": "https://github.com/dearle/recrac#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.3",
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-material": "^1.1.4",
"angular-rating": "^3.0.3",
"angular-simple-logger": "^0.1.7",
"body-parser": "^1.17.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-session": "^1.15.3",
"font-awesome": "^4.0.3",
"leaflet": "^1.0.3",
"leaflet-extra-markers": "^1.0.6",
"mongoose": "^4.10.6",
"morgan": "^1.8.2",
"node": "0.0.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"request": "^2.81.0",
"socket.io": "^2.0.3",
"ui-leaflet": "^1.0.3",
"web-push": "^3.2.2"
},
"devDependencies": {
"node-env-file": "^0.1.8"
}
}