forked from Zappl/Zappl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 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
{
"name": "zappl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.6.4",
"angular-socialshare": "^2.3.11",
"angular-ui-router": "^1.0.3",
"apn": "^2.1.5",
"async": "^2.5.0",
"atob": "^2.0.3",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"ejs": "^2.5.6",
"errorhandler": "^1.5.0",
"express": "^4.15.3",
"express-session": "^1.15.3",
"ip": "^1.1.5",
"jsonwebtoken": "^7.4.1",
"log4js": "^2.3.2",
"markdown-it": "^8.3.1",
"markdown-it-regexp": "^0.4.0",
"moment": "^2.18.1",
"mongodb": "^2.2.28",
"mongojs": "^2.4.0",
"ng-meta": "^1.0.2",
"node-gcm": "^0.14.6",
"nodemon": "^1.11.0",
"pm2": "^2.6.1",
"remarkable": "^1.7.1",
"socket.io": "^2.0.3",
"steem": "^0.6.7",
"steem-rpc": "^0.6.6",
"ui-router": "^1.0.0-alpha.3",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}