-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "BinarySearch",
"version": "1.3.14-0",
"description": "Animated Version of Binary Search Algorithm",
"main": "",
"scripts": {},
"author": "Jobarah",
"license": "ISC",
"devDependencies": {
"babel-core": "6.21.0",
"babel-eslint": "7.1.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-preset-stage-3": "6.17.0",
"babel-register": "6.18.0",
"babelify": "7.3.0",
"browserify": "13.3.0",
"browserify-shim": "3.8.12",
"eslint-plugin-react": "6.6.0",
"flow-bin": "0.37.4",
"glob": "7.1.1",
"gulp": "3.9.1",
"gulp-browserify": "0.5.1",
"gulp-combine-mq": "0.4.0",
"gulp-concat": "2.6.0",
"gulp-connect": "5.0.0",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "3.0.1",
"gulp-jshint": "1.11.2",
"gulp-ruby-sass": "2.0.6",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "2.2.0",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.7",
"jquery": "3.1.1",
"path": "0.12.7",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-moment-proptypes": "^1.2.1",
"shortid": "2.2.6",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
},
"dependencies": {
"JSONStream": "1.3.0",
"babel": "6.5.2",
"card-validator": "3.0.1",
"classnames": "2.2.5",
"gulp-notify": "2.2.0",
"moment": "2.17.1",
"pretty-hrtime": "1.0.3",
"react": "15.4.2",
"react-addons-shallow-compare": "15.4.2",
"react-dates": "4.3.2",
"react-dom": "15.4.2",
"react-validation": "2.10.9"
},
"repository": "https://github.com/Jobarah/skeleton-gulpfile.git"
}