-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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": "Japri",
"version": "1.0.1",
"description": "Jarvis Jawa",
"main": "server.js",
"scripts": {
"preprod": "grunt",
"prod": "node server.js",
"dev": "grunt dev"
},
"repository": {
"type": "git",
"url": "https://github.com/kelvien/japri.git"
},
"author": "Kelvien Hidayat",
"license": "MIT",
"bugs": {
"url": "https://github.com/kelvien/japri/issues"
},
"homepage": "https://github.com/kelvien/japri",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"fs-extra": "^0.30.0",
"gifencoder": "^1.0.6",
"grunt": "^0.4.5",
"jsonwebtoken": "^5.7.0",
"milight": "^1.0.0",
"mongoose": "^5.9.7",
"ndef": "^0.1.2",
"nodemailer": "^0.7.1",
"pn532": "^0.1.0",
"png-file-stream": "^1.0.0",
"rpi-ws281x-native": "^0.8.1",
"serialport": "^2.1.0",
"socket.io": "^1.4.5",
"socketio-jwt": "^4.3.4",
"watchjs": "0.0.0",
"xml2json": "^0.9.0"
},
"devDependencies": {
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.2"
}
}