-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
34 lines (34 loc) · 864 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": "algorithms-and-data-structures",
"version": "0.0.1",
"author": "Carlos Santana",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com./MilkZoft/algorithms-and-data-structures.git"
},
"scripts": {
"precommit": "gulp analyze",
"prepush": "gulp test",
"postmerge": "yarn",
"postrewrite": "yarn"
},
"dependencies": {
"babel-cli": "6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"eslint": "^3.16.1",
"eslint-plugin-babel": "^4.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.0.1",
"husky": "^0.13.1",
"mocha": "^3.2.0"
}
}