forked from Coffeekraken/gridle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.18 KB
/
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
{
"name" : "Gridle",
"description" : "Gridle grid system",
"version" : "1.3.35",
"main" : "sass/gridle/_gridle.scss",
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
},
"repository" : {
"type" : "git",
"url" : "[email protected]:olivierbossel/gridle.git"
},
"author" : "Olivier Bossel <[email protected]>",
"license" : "MIT",
"dependencies" : {},
"devDependencies" : {
"grunt" : ">=0.4.4",
"grunt-contrib-sass" : ">=0.7.3",
"grunt-contrib-clean" : ">=0.5.0",
"grunt-contrib-coffee" : ">=0.9.0",
"grunt-contrib-compass" : ">=0.7.1",
"grunt-contrib-concat" : ">=0.3.0",
"grunt-contrib-copy" : ">=0.5.0",
"grunt-contrib-uglify" : ">=0.3.2",
"grunt-contrib-watch" : ">=0.5.3",
"grunt-notify" : ">=0.2.13",
"grunt-webfont" : ">=0.3.4",
"grunt-contrib-imagemin" : ">=0.6.1",
"grunt-svgmin" : ">=0.4.0",
"grunt-styleguide" : ">=0.2.15"
}
}