-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.15 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
41
42
43
44
45
46
47
{
"name": "prototype",
"version": "0.0.1",
"private": "true",
"author": "PanosOA <p.hapsides@live.com>",
"description": "Currencies Direct - Project X",
"main": "gulpfile.js",
"license": "AGPL-3.0",
"scripts": {
"start": "node index.js"
},
"devDependencies": {
"babel-core": "latest",
"babel-preset-es2015": "latest",
"babelify": "latest",
"browser-sync": "latest",
"browserify": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-babel": "latest",
"gulp-concat": "latest",
"gulp-minify-css": "latest",
"gulp-nodemon": "latest",
"gulp-plumber": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-uglify": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest"
},
"dependencies": {
"body-parser": "latest",
"colors": "latest",
"cors": "latest",
"ejs": "latest",
"express": "latest",
"http-auth": "^3.1.1",
"method-override": "latest",
"moment": "^2.17.1",
"morgan": "latest",
"websocket": "^1.0.24"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/heyday/prototype.git"
}
}