-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 875 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
37
38
39
{
"name": "sass-scaffold",
"version": "1.0.0",
"description": "basic scaffold for sass projects.",
"main": "gruntfile.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxx-lxg/sass-scaffold.git"
},
"keywords": [
"sass",
"scaffold",
"template",
"grunt",
"scss",
"css",
"stylesheet"
],
"author": "Max L.",
"license": "MIT",
"bugs": {
"url": "https://github.com/mxx-lxg/sass-scaffold/issues"
},
"homepage": "https://github.com/mxx-lxg/sass-scaffold#readme",
"dependencies": {
"grunt": "^1.0.4",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0"
}
}