-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 806 Bytes
/
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
{
"name": "grunt-pleeease",
"version": "1.4.0",
"description": "Postprocess CSS with ease.",
"homepage": "https://github.com/danielhusar/grunt-pleeease",
"repository": "https://github.com/danielhusar/grunt-pleeease",
"author": {
"name": "Daniel Husar",
"email": "dano.husar@gmail.com",
"url": "https://github.com/danielhusar"
},
"keywords": [
"gruntplugin",
"pleeease",
"css",
"mediaqueries"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.12.0"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"pleeease": "^4.0.0",
"each-async": "^1.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-simple-mocha": "^0.4.0"
},
"scripts": {
"test": "grunt"
}
}