forked from fourkitchens/example-acquia-8-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.76 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
{
"name": "example-acquia-8-composer",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"eyeglass": "^1.3.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.4.0",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sass-lint": "^1.3.4",
"gulp-sourcemaps": "^2.6.1",
"project-gulp": "github:fourkitchens/project-gulp"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-plugin-add-header-comment": "1.0.3",
"babel-preset-env": "1.4.0",
"chalk": "^1.1.3",
"chokidar": "1.6.1",
"cross-env": "^4.0.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"glob": "7.1.1",
"minimist": "^1.2.0",
"stylelint": "^7.10.1",
"stylelint-checkstyle-formatter": "^0.1.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-no-browser-hacks": "^1.0.2"
},
"babel": {
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"ie >= 9",
"edge >= 13",
"firefox >= 5",
"opera >= 12",
"safari >= 5",
"chrome >= 56"
]
}
}
]
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fourkitchens/example-acquia-8-composer.git"
},
"author": "Allan Chappell",
"bugs": {
"url": "https://github.com/fourkitchens/example-acquia-8-composer/issues"
},
"homepage": "https://github.com/fourkitchens/example-acquia-8-composer#readme"
}