-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 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
{
"name": "OpenPOS",
"version": "1.0.0",
"description": "Simple, Open Source POS System",
"main": "server.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.4",
"express-handlebars": "^3.0.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.5",
"express-validator": "^3.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cli": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"mongodb": "^2.2.31",
"mongoose": "4.10.8",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"browserify": "^14.4.0"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kimdj/OpenPOS.git"
},
"author": "David Kim",
"license": "MIT",
"bugs": {
"url": "https://github.com/kimdj/OpenPOS"
},
"homepage": "https://github.com/kimdj/OpenPOS"
}