forked from CodewarsClone/Codewars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1 KB
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
{
"name": "codewars",
"version": "1.0.0",
"description": "Codewars clone",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodewarsClone/Codewars.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodewarsClone/Codewars/issues"
},
"homepage": "https://github.com/CodewarsClone/Codewars#readme",
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"del": "^2.2.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cachebust": "0.0.6",
"gulp-concat": "^2.6.1",
"gulp-print": "^2.0.1",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"massive": "^2.5.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"q": "^1.4.1"
}
}