forked from amirbawab/Algorithm-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "algorithm-time",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"readme": "node ./node_modules/.bin/node-readme",
"sass": "node-sass -w public/sass/ -o public/css/",
"startdev": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie": "~0.3.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "2.4.2",
"eps": "^0.1.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"mongoose": "^4.4.16",
"morgan": "~1.6.1",
"node-sass": "^3.7.0",
"nodemon": "^1.9.2",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.6",
"js-sha256":"^0.3.0",
"xss":"^0.2.13"
},
"description": "",
"main": "app.js",
"devDependencies": {
"node-readme": "^0.1.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amirbawab/Algorithm-time.git"
},
"author": "Amir El Bawab",
"license": "ISC",
"bugs": {
"url": "https://github.com/amirbawab/Algorithm-time/issues"
},
"homepage": "https://github.com/amirbawab/Algorithm-time#readme"
}