-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 939 Bytes
/
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
{
"name": "versioncontrol",
"version": "1.0.0",
"description": "= Learning JavaScript, 3rd Edition == Chapter 2: JavaScript Development Tools",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sc1entifik/Java.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sc1entifik/Java/issues"
},
"homepage": "https://github.com/Sc1entifik/Java#readme",
"dependencies": {
"underscore": "^1.13.1"
},
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^7.31.0",
"eslint-plugin-vue": "^7.14.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0"
}
}