-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "absalign",
"version": "0.2.2",
"description": "Micro CSS library to easily and properly align DOM elements.",
"repository": {
"type": "git",
"url": "git+https://github.com/JonGarbayo/absalign.git"
},
"keywords": [
"css",
"html",
"library",
"micro-library",
"align",
"vertical-align",
"absolute",
"fixed",
"transform",
"translate",
"polyfill"
],
"author": "Jon Garbayo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JonGarbayo/absalign/issues"
},
"homepage": "https://github.com/JonGarbayo/absalign",
"dependencies": {
"autoprefixer": "^6.7.7",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-htmlmin": "^1.5.0",
"grunt-contrib-uglify": "^1.0.2",
"grunt-css-important": "^0.1.0",
"grunt-csscomb": "^3.1.1",
"grunt-include-file": "^0.1.3",
"grunt-postcss": "^0.8.0",
"grunt-processhtml": "^0.4.1",
"grunt-replace": "^1.0.1",
"grunt-sass": "^2.1.0",
"load-grunt-configs": "^1.0.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
}
}