-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "touggourtiweb",
"version": "0.1.0",
"description": "Touggourt Social Network",
"main": "src/app/app.js",
"scripts": {
"start": "nodemon src/app/app.js",
"server": "nodemon src/server/app/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mslaraba/TouggourtiWeb.git"
},
"author": "LARABA MOHAMMED SEDDIK",
"license": "ISC",
"bugs": {
"url": "https://github.com/mslaraba/TouggourtiWeb/issues"
},
"homepage": "https://github.com/mslaraba/TouggourtiWeb#readme",
"dependencies": {
"body-parser": "^1.0.2",
"epilogue": "^0.7.0",
"express": "~4.0.0",
"express-handlebars": "^3.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"mongoose": "~3.6.13",
"restify": "^5.0.0-beta-1",
"sequelize": "^3.24.3",
"sqlite3": "^3.1.4"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0"
}
}