-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (65 loc) · 1.75 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name" : "frontsize-less",
"version" : "2.7.3",
"description" : "A CSS front-end framework built to build and ease your life.",
"author" : {
"name" : "Vittorio Vittori",
"email" : "[email protected]"
},
"license" : "MIT",
"homepage" : "http://frontsize.com",
"keywords": [
"css",
"front-end",
"framework",
"responsive",
"theme",
"compile less",
"css generator",
"css nesting",
"css variable",
"gradients css",
"gradients css3",
"less",
"less compiler",
"less css",
"less mixins",
"lesscss",
"mixins",
"nested css",
"parser",
"preprocessor",
"style",
"styles",
"stylesheet",
"variables in css",
"css less"
],
"repository": {
"type" : "git",
"url" : "https://github.com/ideatosrl/frontsize-less.git"
},
"main" : "compile.less",
"devDependencies" : {
"matchdep" : "~0.3.0",
"casperjs" : "1.1.0-beta3",
"phantomjs" : "1.9.16",
"phantomcss" : "0.10.0",
"csslint" : "0.10.0",
"less" : "2.4.0",
"grunt" : "~0.4.1",
"grunt-autoprefixer" : "~2.2.0",
"grunt-uncss" : "~0.4.1",
"grunt-contrib-watch" : "~0.6.1",
"grunt-contrib-less" : "~1.0.0",
"grunt-contrib-csslint" : "~0.4.0",
"grunt-contrib-clean" : "~0.6.0",
"grunt-contrib-copy" : "~0.7.0"
},
"engines" : {
"node" : ">=0.8.0"
},
"bugs" : {
"url" : "https://github.com/ideatosrl/frontsize-less/issues"
}
}