-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 914 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
40
{
"name": "grunt-styletto",
"description": "Grunt plugin for processing CSS with Styletto",
"version": "0.4.0rc2",
"homepage": "https://github.com/i-akhmadullin/grunt-styletto",
"author": {
"name": "Ilya Akhmadullin",
"email": "ilya.akhmadullin@gmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:i-akhmadullin/grunt-styletto.git"
},
"bugs": {
"url": "git@github.com:i-akhmadullin/grunt-styletto.git/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/i-akhmadullin/grunt-styletto/blob/master/LICENSE-MIT"
}],
"main": "grunt.js",
"bin": "bin/grunt-styletto",
"engines": {
"node": "0.8"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"styletto": "~0.4.3"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "*"
},
"keywords": [
"gruntplugin",
"styletto"
]
}