Commit 03479dc093d7a57d312f70b9829fbd7c8cc2b7a5

Authored by Adhidarma Hadiwinoto
1 parent bed4f1fb09
Exists in master

0.3.5

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "sate24-expresso", 2 "name": "sate24-expresso",
3 "version": "0.3.4", 3 "version": "0.3.5",
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 "postversion": "git push && git push --tags" 8 "postversion": "git push && git push --tags"
9 }, 9 },
10 "repository": { 10 "repository": {
11 "type": "git", 11 "type": "git",
12 "url": "git@gitlab.kodesumber.com:reload97/sate24-expresso.git" 12 "url": "git@gitlab.kodesumber.com:reload97/sate24-expresso.git"
13 }, 13 },
14 "keywords": [ 14 "keywords": [
15 "reload97", 15 "reload97",
16 "r97" 16 "r97"
17 ], 17 ],
18 "author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>", 18 "author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>",
19 "license": "BSD", 19 "license": "BSD",
20 "dependencies": { 20 "dependencies": {
21 "body-parser": "~1.14.1", 21 "body-parser": "~1.14.1",
22 "cookie-parser": "~1.4.0", 22 "cookie-parser": "~1.4.0",
23 "crypto": "0.0.3", 23 "crypto": "0.0.3",
24 "express": "~4.13.3", 24 "express": "~4.13.3",
25 "express-session": "~1.11.3", 25 "express-session": "~1.11.3",
26 "fs-extra": "~0.24.0", 26 "fs-extra": "~0.24.0",
27 "ini": "~1.3.4", 27 "ini": "~1.3.4",
28 "javascript-natural-sort": "^0.7.1", 28 "javascript-natural-sort": "^0.7.1",
29 "nunjucks": "^2.5.2", 29 "nunjucks": "^2.5.2",
30 "passport": "~0.3.0", 30 "passport": "~0.3.0",
31 "passport-local": "~1.0.0", 31 "passport-local": "~1.0.0",
32 "pkginfo": "^0.4.0", 32 "pkginfo": "^0.4.0",
33 "strftime": "~0.9.2" 33 "strftime": "~0.9.2"
34 }, 34 },
35 "devDependencies": {} 35 "devDependencies": {}
36 } 36 }
37 37