-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "scrollSpy",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/myasonik/scrollSpy.git"
},
"devDependencies": {
"autoprefixer-core": "^5.1.8",
"babel-eslint": "^3.0.1",
"babelify": "^5.0.4",
"browser-sync": "^2.4.0",
"browserify": "^9.0.3",
"bundle-collapser": "^1.1.4",
"css-mqpacker": "^3.1.0",
"csswring": "^3.0.2",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-eslint": "^0.9.0",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-jade-inheritance": "^0.5.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^4.0.3",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^1.0.1",
"gulp-sourcemaps": "^1.5.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.6.2"
},
"dependencies": {
"babel": "^5.0.9",
"jquery": "^2.1.3",
"lodash.assign": "^3.1.0"
}
}