forked from timhettler/sassconf-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 843 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
{
"name": "",
"version": "0.0.0",
"description": "",
"main": "src/sass/styles.scss",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/timhettler/sassconf-workshop-starter"
},
"keywords": [
"sass",
"sassconf",
"workshop"
],
"author": "Tim Hettler <me+github@timhettler.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timhettler/sassconf-workshop-starter/issues"
},
"homepage": "https://github.com/timhettler/sassconf-workshop-starter",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^2.0.0",
"grunt-sass": "^1.1.0",
"grunt-sassdoc": "^2.0.1",
"load-grunt-tasks": "^3.1.0",
"sass-true": "^2.0.2"
}
}