-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.84 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.84 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
63
64
65
66
67
68
69
70
71
{
"name": "gulp-tasks",
"private": true,
"version": "0.7.0",
"description": "Collection of reusable gulp tasks",
"main": "./index.js",
"browserify": {
"transform": [
"babelify"
]
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"autoprefixer": "6.0.3",
"css-mqpacker": "4.0.0",
"del": "2.0.2",
"gulp": "3.9.0",
"gulp-awspublish": "3.0.1",
"gulp-compass": "2.1.0",
"gulp-connect": "2.2.0",
"gulp-cssmin": "0.1.7",
"gulp-eslint": "3.0.1",
"gulp-if": "2.0.0",
"gulp-jade": "1.1.0",
"gulp-postcss": "6.0.1",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-scss-lint": "0.3.8",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.7",
"run-sequence": "1.1.4"
},
"devDependencies": {
"babel-eslint": "4.1.7",
"babel-plugin-react-transform": "1.1.1",
"babelify": "6.4.0",
"browserify": "12.0.0",
"browserify-hmr": "0.3.1",
"browserify-istanbul": "0.2.1",
"envify": "3.4.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-config-smaato": "git+https://github.com/smaato/eslint-config-smaato.git#v0.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jasmine": "1.6.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.9.0",
"gulp-jasmine": "2.1.0",
"jasmine-core": "2.3.4",
"karma": "0.13.19",
"karma-browserify": "4.2.2",
"karma-coverage": "0.5.0",
"karma-jasmine": "0.3.5",
"karma-junit-reporter": "0.3.7",
"karma-phantomjs-launcher": "0.1.4",
"karma-phantomjs-shim": "1.0.0",
"karma-threshold-reporter": "0.1.15",
"phantomjs": "1.9.18",
"pre-commit": "1.1.2",
"reconnectingwebsocket": "1.0.0",
"rimraf": "2.4.3",
"vinyl-source-stream": "1.1.0",
"watchify": "^3.11.0",
"ws": "^6.1.2"
},
"pre-commit": [
"test"
]
}