-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 884 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
33
34
35
36
{
"name": "flexbox",
"description": "",
"version": "0.1.0",
"main": "scss/main.scss",
"author": {
"name": "Judit Abelli Salvador",
"email": "[email protected]",
"url": ""
},
"repository": {
"type": "git",
"url": "https://github.com/judabelli/flexbox.git"
},
"private": true,
"keywords": [
"flexbox"
],
"scripts": {
"build": "./node_modules/.bin/node-sass ./scss/main.scss --output ./css"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-assemble": "^0.6.3",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-cssnano": "^2.1.0",
"grunt-group-css-media-queries": "^1.0.1",
"grunt-sass": "^2.0.0",
"grunt-sass-vars-extractor": "^1.0.0-alpha",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^4.5.2",
"prismjs": "^1.6.0"
}
}