-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1019 Bytes
/
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
{
"name": "internetofbees",
"version": "0.0.1",
"description": "Internet of Bees application",
"main": "server/index.js",
"scripts": {
"dev": "nodemon server/app.js",
"start": "node server.app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisdhanaraj/internetofbees.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrisdhanaraj/internetofbees/issues"
},
"homepage": "https://github.com/chrisdhanaraj/internetofbees#readme",
"dependencies": {
"bcrypt": "^0.8.6",
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.3",
"express": "^4.13.4",
"jsonwebtoken": "^7.0.0",
"mongoose": "^4.4.19",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.4.1"
},
"devDependencies": {
"browser-sync": "^2.12.10",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sass": "^2.3.1",
"nodemon": "^1.9.2"
}
}