-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 965 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
{
"name": "SassySMACSS",
"version": "0.0.1",
"description": "Commonly used modules, written in SASS following the SMACSS style of naming. Not intended to be a framework, but a collection of commonly needed SASS partials and modules.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://[email protected]/bryanerayner/SassySMACSS.git"
},
"keywords": [
"SMACSS",
"Grid",
"Layout",
"SASS",
"Starter"
],
"author": "Bryan Rayner",
"license": "MIT",
"bugs": {
"url": "https://github.com/bryanerayner/SassySMACSS/issues"
},
"homepage": "https://github.com/bryanerayner/SassySMACSS",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-sass": "~0.7.2",
"grunt-newer": "~0.6.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-autoprefixer": "~0.7.2"
}
}