forked from vvscode/js--base-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "js--base-course",
"version": "0.0.0",
"description": "Base javascript course",
"main": "README.md",
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0",
"lint": "eslint **/*.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": "^7.1.2",
"babel-preset-env": "1.3.3",
"babel-preset-es2015-rollup": "3.0.0",
"chai": "^4.1.2",
"eslint": "^4.6.1",
"eslint-config-google": "0.9.1",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-concat": "2.6.1",
"gulp-livereload": "3.8.1",
"gulp-rollup": "2.11.0",
"gulp-sourcemaps": "2.6.0",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^3.5.3",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-sourcemaps": "0.4.2",
"st": "1.2.0"
}
}