Commit 20e61fc23dc69f5936cf32b4433a695eda0a36df
1 parent
39545c229f
Exists in
master
0.0.31
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "sate24-expresso", | 2 | "name": "sate24-expresso", |
3 | "version": "0.0.30", | 3 | "version": "0.0.31", |
4 | "description": "Sate24 Admin Module", | 4 | "description": "Sate24 Admin Module", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" | 7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, | 8 | }, |
9 | "repository": { | 9 | "repository": { |
10 | "type": "git", | 10 | "type": "git", |
11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-expresso.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-expresso.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "reload97", | 14 | "reload97", |
15 | "r97" | 15 | "r97" |
16 | ], | 16 | ], |
17 | "author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>", | 17 | "author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>", |
18 | "license": "BSD", | 18 | "license": "BSD", |
19 | "dependencies": { | 19 | "dependencies": { |
20 | "express": "~4.13.3", | 20 | "express": "~4.13.3", |
21 | "nunjucks": "~2.1.0", | 21 | "nunjucks": "~2.1.0", |
22 | "passport": "~0.3.0", | 22 | "passport": "~0.3.0", |
23 | "passport-local": "~1.0.0", | 23 | "passport-local": "~1.0.0", |
24 | "express-session": "~1.11.3", | 24 | "express-session": "~1.11.3", |
25 | "cookie-parser": "~1.4.0", | 25 | "cookie-parser": "~1.4.0", |
26 | "body-parser": "~1.14.1", | 26 | "body-parser": "~1.14.1", |
27 | "crypto": "0.0.3", | 27 | "crypto": "0.0.3", |
28 | "fs-extra": "~0.24.0", | 28 | "fs-extra": "~0.24.0", |
29 | "strftime": "~0.9.2", | 29 | "strftime": "~0.9.2", |
30 | "ini": "~1.3.4" | 30 | "ini": "~1.3.4" |
31 | }, | 31 | }, |
32 | "devDependencies": {} | 32 | "devDependencies": {} |
33 | } | 33 | } |
34 | 34 |