-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 882 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 882 Bytes
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
{
"name": "css-grid-layout",
"version": "1.1.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.2.3",
"browser-sync": "^2.21.0",
"cssnano": "^3.6.2",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.1",
"gulp-notify": "^3.0.0",
"gulp-postcss": "^7.0.0",
"lunr": "^2.1.4",
"postcss-apply": "^0.8.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.2.0",
"postcss-import": "^11.0.0",
"postcss-media-variables": "^2.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^3.0.0",
"smoothscroll-polyfill": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/nabaroa/css-grid-layout.git"
},
"homepage": "",
"description": ""
}