-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
65 lines (65 loc) · 1.36 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
{
"name": "grunt-bless",
"description": "Split CSS files suitable for IE",
"version": "1.0.2",
"homepage": "https://github.com/Ponginae/grunt-bless",
"author": {
"name": "Aki Alexandra Nofftz",
"email": "[email protected]"
},
"contributors": [
{
"name": "Aaron Spaulding",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Ponginae/grunt-bless"
},
"bugs": {
"url": "https://github.com/Ponginae/grunt-bless/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Ponginae/grunt-bless/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"pretest": "grunt",
"test": "grunt test && grunt --gruntfile ./test/Gruntfile.js -v"
},
"dependencies": {
"async": "^1.5.0",
"babel-runtime": "^6.5.0",
"bless": "~4.0.0",
"chalk": "~1.1.0",
"es6-promise": "^3.1.2"
},
"devDependencies": {
"grunt": ">=0.4.0",
"grunt-babel": "^5.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.4"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"bless",
"blessjs",
"css",
"IE",
"Internet Explorer",
"4095",
"31"
]
}