-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 855 Bytes
/
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
{
"name": "css-grid",
"version": "1.0.0",
"description": "Website using CSS Grid layout",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"babel-core": "^7.0.0-bridge.0",
"browser-sync": "^2.24.1",
"eslint": "^4.19.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^v8.0.0-beta.2",
"gulp-concat": "^2.6.1"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nielsdB97/css-grid.git"
},
"author": "Niels de Bruin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nielsdB97/css-grid/issues"
},
"homepage": "https://github.com/nielsdB97/css-grid#readme"
}