-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 932 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 932 Bytes
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
{
"name": "smsdesktop",
"version": "0.0.1",
"description": "An open source project that allow you to send sms from your browser through your phone",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"sms",
"browser",
"pushbullet"
],
"author": "Armaldio",
"license": "MIT",
"dependencies": {
"@types/base-64": "^0.1.2",
"@types/body-parser": "^1.16.2",
"@types/express": "^4.0.35",
"@types/lowdb": "^0.15.0",
"@types/moment": "^2.13.0",
"@types/socket.io": "^1.4.29",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"base-64": "^0.1.0",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"firebase": "^3.7.4",
"jquery": "^3.2.1",
"lowdb": "^0.16.0",
"moment": "^2.18.1",
"socket.io": "^1.7.3"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.3.2"
}
}