-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 883 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
{
"name": "coding-interviews-es6",
"version": "1.0.0",
"description": "Coding Interview Questions (ECMAScript 6)",
"scripts": {
"pretest": "node_modules/gulp/bin/gulp.js build",
"test": "node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "https://github.com/HIROSN/coding-interviews-es6.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/HIROSN/coding-interviews-es6/issues"
},
"homepage": "https://github.com/HIROSN/coding-interviews-es6",
"devDependencies": {
"async": "^2.6.1",
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"jshint": "^2.9.5"
}
}