-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "messenger",
"version": "1.0.0",
"description": "Text messaging with usb modem built with electron",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"compile": "./node_modules/.bin/webpack -p",
"watch": "./node_modules/.bin/webpack -d --watch",
"work": "npm run watch & npm start"
},
"repository": {
"type": "git",
"url": "https://github.com/aezumezu/messenger.git"
},
"keywords": [
"sms",
"message",
"text",
"electron",
"react",
"webpack",
"babel",
"bootstrap"
],
"author": "Chuwkuma Ezumezu",
"license": "ISC",
"homepage": "https://github.com/aezumezu/messenger#readme",
"dependencies": {
"toastr": "^2.1.2"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"bootstrap": "^3.3.7",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"jquery": "^3.1.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3"
}
}