-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 958 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
45
46
47
48
{
"name": "lineman-dogescript",
"description": "Wow. Such Doge, Plz Line man",
"version": "0.0.1",
"homepage": "https://github.com/linemanjs/lineman-dogescript",
"author": {
"name": "Justin Searls",
"email": "[email protected]"
},
"contributors": [
{
"name": "Kabosu"
}
],
"repository": {
"type": "git",
"url": "https://github.com/linemanjs/lineman-dogescript.git"
},
"bugs": {
"url": "https://github.com/linemanjs/lineman-dogescript/issues"
},
"dependencies": {
"grunt-dogescript": "~0.4.0",
"coffee-script": "~1.6.3"
},
"peerDependencies": {
"lineman": ">= 0.24.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-release": "^0.7.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://testdouble.mit-license.org"
}
],
"keywords": [
"lineman",
"linemanplugin",
"doge",
"dogescript",
"wow",
"such",
"much"
]
}