-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.52 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "webapps",
"version": "1.0.0",
"description": "Project WebApps",
"main": "app.js",
"scripts": {
"dev": "nodemon --exec babel-node app.js",
"prestart": "babel ./app.js --out-dir ./build",
"start": "node ./build/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gevalo1/WebApps3.git"
},
"author": "Thomas Buys",
"license": "ISC",
"bugs": {
"url": "https://github.com/gevalo1/WebApps3/issues"
},
"homepage": "https://github.com/gevalo1/WebApps3#readme",
"devDependencies": {
"angular-mocks": "^1.6.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.5",
"browserify": "^13.1.1",
"browserify-ngannotate": "^2.0.0",
"css-loader": "^0.26.1",
"del": "^2.2.2",
"eslint": "^3.12.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean-css": "^2.2.2",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^2.3.0",
"gulp-inject": "^4.1.0",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.0",
"html-webpack-plugin": "^2.24.1",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^1.8.0",
"ng-annotate-loader": "^0.2.0",
"node-sass": "^3.4.2",
"raw-loader": "^0.5.1",
"run-sequence": "^1.2.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.0"
},
"dependencies": {
"angular": "^1.6.0",
"angular-sanitize": "^1.6.0",
"angular-ui-router": "^0.3.2",
"babel-cli": "^6.18.0",
"babel-register": "^6.18.0",
"babel-runtime": "^6.20.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"ejs": "^2.5.5",
"express": "^4.14.0",
"gulp": "^3.9.1",
"jsonwebtoken": "^7.2.1",
"mongoose": "^4.7.2",
"morgan": "^1.7.0",
"serve-favicon": "^2.3.2",
"socket.io": "^1.7.2"
}
}