-
Notifications
You must be signed in to change notification settings - Fork 166
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "ed-grid",
"version": "3.0.2",
"description": "EDgrid (aka ed-grid) is a minimalist Sass/CSS library for building responsive web layouts.",
"style": "ed-grid.scss",
"main": "ed-grid.scss",
"author": "Alvaro Felipe <[email protected]>",
"contributors": [
{
"name": "Alexis Mora Angulo",
"email": "[email protected]",
"url": "https://twitter.com/Jopzik"
}
],
"repository": {
"type": "git",
"url": "https://github.com/escueladigital/ED-GRID"
},
"bugs": {
"url": "https://github.com/escueladigital/ED-GRID/issues"
},
"scripts": {
"start": "./node_modules/.bin/gulp"
},
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-cli": "^6.16.0",
"babel-core": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.16.0",
"browserify": "^13.1.1",
"cssnano": "^3.7.5",
"edteam-style-guides": "0.0.68",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.4.0",
"gulp-data": "^1.3.1",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.3",
"gulp-sass": "^3.1.0",
"gulp-sitemap": "^5.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^5.0.1",
"jstransformer-markdown-it": "^2.1.0",
"node-sass-tilde-importer": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}