-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.45 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
48
49
50
51
52
53
54
{
"name": "dashjs_integration",
"version": "1.0.0",
"description": "A simpley Dashjs implementation",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp serve",
"serve": "node ./build/index.js"
},
"author": "Carlos Olcina",
"license": "MIT",
"dependencies": {
"babelify": "^8.0.0",
"browserify": "^15.2.0",
"del": "^3.0.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-define-module": "^0.1.5",
"gulp-develop-server": "^0.5.2",
"gulp-handlebars": "^5.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-util": "^3.0.8",
"handlebars": "^4.0.11",
"merge-stream": "^1.0.1",
"moment": "^2.20.1",
"run-sequence": "^2.2.1",
"through2": "^2.0.3",
"uglify": "^0.1.5",
"watchify": "^3.9.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"grunt": "^1.0.1",
"grunt-babel": "^7.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"gulp-uglify": "^3.0.0",
"http-proxy-middleware": "^0.17.4",
"run-sequence": "^2.2.1",
"uglify": "^0.1.5",
"webpack": "^3.10.0"
}
}