This repository was archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "js--base-course",
"version": "0.0.0",
"description": "Base javascript course",
"main": "README.md",
"scripts": {
"test": "npm run lint",
"lint": "eslint '**/*.js' '*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vvscode/js--base-course.git"
},
"author": "vvscode",
"license": "ISC",
"bugs": {
"url": "https://github.com/vvscode/js--base-course/issues"
},
"homepage": "https://github.com/vvscode/js--base-course#readme",
"devDependencies": {
"babe": "0.0.1",
"babel-core": "^6.26.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "1.7.0",
"babel-preset-es2015-rollup": "3.0.0",
"chai": "^4.1.2",
"eslint": "^7.10.0",
"eslint-config-google": "0.14.0",
"gulp": "^4.0.0",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-rollup": "2.17.0",
"gulp-sourcemaps": "2.6.5",
"karma": "^5.2.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^8.1.3",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-sourcemaps": "0.6.2",
"st": "2.0.0"
},
"eslintIgnore": [
"cls/**/*.js"
]
}