-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "reversieclient",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S1143474/ReversieClient.git"
},
"author": "Bas Schimmel",
"license": "ISC",
"bugs": {
"url": "https://github.com/S1143474/ReversieClient/issues"
},
"homepage": "https://github.com/S1143474/ReversieClient#readme",
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.16.8",
"@babel/preset-env": "^7.16.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^5.0.2",
"gulp-merge": "^0.1.1",
"gulp-order": "^1.2.0",
"gulp-sass": "^4.1.0",
"jsdom": "^16.5.2"
},
"dependencies": {
"browser-sync": "^2.26.14",
"express": "^4.17.1",
"jasmine-jquery": "^2.1.1",
"jasmine-node": "^3.0.0",
"request": "^2.88.2"
}
}