This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 1.58 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
{
"name": "growcss-autoprefixer",
"version": "0.0.1",
"description": "A sass autoprefixer mixin library adds vendor prefixes to rules by Can I Use.",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"homepage": "http://growcss.com/",
"main": "./dist/_autoprefixer.scss",
"repository": {
"type": "git",
"url": "https://github.com/growcss/autoprefixer.git"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/growcss/autoprefixer/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"caniuse-db": "^1.0.30000291",
"growcss-sass-config-manager": "^3.1.0"
},
"devDependencies": {
"bower": "~1.5.2",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-json-to-sass": "0.0.3",
"grunt-mocha-cli": "^1.13.1",
"grunt-newer": "^1.1.1",
"grunt-sassdoc": "^2.0.1",
"grunt-scss-lint": "^0.3.6",
"grunt-string-replace": "^1.2.0",
"load-grunt-config": "^0.17.2",
"load-grunt-tasks": "^3.2.0",
"node-sass": "^3.3.2",
"sass-true": "^2.0.2",
"time-grunt": "^1.2.1"
},
"keywords": [
"grunt",
"bower",
"bin",
"development",
"dev",
"build",
"generator",
"generate",
"tool",
"media",
"include-media",
"sass",
"scss",
"sass-config-manager",
"growcss",
"autoprefixer",
"mixin"
]
}