-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
86 lines (86 loc) · 2.41 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "start-to-gulp",
"description": "One step ahead on having the best project ever with this starter kit.",
"version": "0.1.0",
"homepage": "https://github.com/kn9ts/start-to-gulp",
"author": {
"name": "Eugene Mutai",
"email": "[email protected]",
"link": "http://github.com/kn9ts"
},
"repository": {
"type": "git",
"url": "git://github.com/kn9ts/start-to-gulp.git"
},
"bugs": {
"url": "https://github.com/kn9ts/start-to-gulp/issues"
},
"license": "MIT",
"main": "public/index.html",
"scripts": {
"test": "karma start karma.conf.js",
"develop": "gulp sync",
"eslint": "eslint --fix ./app/scripts ./tests"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.13.2",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "2.1.0",
"gulp-babel": "^6.1.2",
"gulp-bower": "0.0.13",
"gulp-cache": "0.2.8",
"gulp-clean": "^0.3.2",
"gulp-concat": "2.5.2",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.1",
"gulp-jshint": "1.10.0",
"gulp-less": "3.0.3",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "1.0.0",
"gulp-prettify": "^0.4.0",
"gulp-rename": "1.2.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.5",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.5",
"jshint-stylish": "^2.0.1",
"karma": "^1.4.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"mocha": "^3.2.0",
"querystring-browser": "^1.0.4",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"update": "^0.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"engines": {
"node": ">=4.2.2"
}
}