-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 980 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": "responsive-css-workflow-with-sass-bourbon-and-susy",
"version": "0.0.1",
"description": "learn sass with susy from lynda",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larbibaraka/Responsive-CSS-Workflow-with-Sass-Bourbon-and-Susy.git"
},
"keywords": [
"sass",
"larbi",
"baraka",
"susy",
"lynda"
],
"author": "Larbi Baraka",
"license": "MIT",
"bugs": {
"url": "https://github.com/larbibaraka/Responsive-CSS-Workflow-with-Sass-Bourbon-and-Susy/issues"
},
"homepage": "https://github.com/larbibaraka/Responsive-CSS-Workflow-with-Sass-Bourbon-and-Susy#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0",
"load-grunt-tasks": "^3.5.2"
},
"dependencies": {
"jquery": "^3.2.1"
}
}