-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 2.24 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "frontendcore",
"title": "frontendcore",
"license": "Apache License, Version 2.0",
"homepage": "http://www.frontendcore.com",
"description": "The all in one frontend framework based on components for the real life",
"version": "2.0.1",
"lastFeature": "Release %v% !",
"author": "Toni Pinel (http://www.tonipinel.net)",
"bugs": "https://github.com/tonipinel/frontendcore-workspace/issues",
"repository": {
"type": "git",
"url": "https://github.com/tonipinel/frontendcore-workspace.git"
},
"preferGlobal": true,
"bin": {
"frontendcore": "bin/index.js",
"_fc": "bin/index.js"
},
"keywords": [
"grunt",
"framework",
"frontend"
],
"components": [
"essence",
"animations",
"grids",
"boxes",
"typography",
"form",
"form-search",
"callouts",
"buttons",
"icons",
"roundtrip",
"modifiers",
"tabs",
"labels",
"navigation",
"pagination",
"loading",
"tags",
"table",
"table-flex",
"image-thumbnail",
"image-circle",
"image-polaroid",
"image-responsive",
"polyfiller",
"visibility",
"switch",
"side-panel",
"image-zoom",
"chart",
"carousel",
"infinite",
"truncate",
"toggle",
"sortable",
"code",
"form-submit",
"form-autocomplete",
"form-validation",
"form-select-search",
"form-autosize",
"form-tag-field",
"form-tel-field",
"form-range-field",
"form-number-field",
"form-editable",
"form-password-meter",
"form-wysiwyg",
"table-responsive",
"table-dynamic",
"notification",
"tip",
"modal",
"draggable"
],
"dependencies": {
"bower": "^1.3.7",
"colors": "^1.1.2",
"grunt": "^0.4.2",
"grunt-cli": "^0.1.7",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-newer": "^1.1.1",
"grunt-notify": "^0.4.3",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-sass-globbing": "^1.4.0",
"grunt-twig-render": "^1.7.2",
"grunt-webfont": "^1.0.2",
"postcss": "^5.0.19",
"postcss-cssnext": "^2.4.0",
"serve-me": "^0.8.3"
}
}