forked from basavind/FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "kursomir",
"version": "0.9.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TijdeveloperOpenMIT/FE.git"
},
"scripts": {
"test": "echo \"Error: Tests will be here soon\" && exit 1"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TijdeveloperOpenMIT/FE/issues"
},
"homepage": "https://github.com/TijdeveloperOpenMIT/FE#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.0",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"breakpoint-sass": "^2.7.0",
"browser-sync": "^2.11.1",
"compass-sass-mixins": "^0.12.7",
"del": "^2.2.0",
"eslint": "^2.7.0",
"eslint-loader": "^1.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-csso": "^1.1.0",
"gulp-filter": "^4.0.0",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.5",
"gulp-jsbeautifier": "^2.0.1",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-symbols": "^1.0.0",
"gulp-util": "^3.0.7",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"webpack": "^1.12.14",
"webpack-notifier": "^1.3.0"
},
"dependencies": {
"jquery": "2.2.2",
"svg4everybody": "^2.0.3"
}
}