-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 957 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
41
42
43
44
{
"name": "grunt-ristretto",
"description": "Frontend development with Latte.",
"version": "1.5.1",
"homepage": "https://github.com/ViliamKopecky/ristretto",
"author": {
"name": "ViliamKopecky",
"email": "vk@viliamkopecky.cz"
},
"repository": {
"type": "git",
"url": "git://github.com/ViliamKopecky/ristretto.git"
},
"bugs": {
"url": "https://github.com/ViliamKopecky/ristretto/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ViliamKopecky/ristretto/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.9.2"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-release": "^0.3.5"
},
"peerDependencies": {
"grunt": "^0.4.4"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"sockjs": "^0.3.8",
"express": "^3.13.0",
"request": "^2.34.0",
"co-prompt": "~1.0.0",
"semver": "^2.2.1"
}
}