-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 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
41
42
{
"name": "lineman-rails",
"description": "Configures Lineman to deploy assets elegantly with Ruby on Rails",
"version": "0.1.0",
"homepage": "https://github.com/linemanjs/lineman-rails",
"author": {
"name": "Justin Searls",
"email": "justin@testdouble.com"
},
"repository": {
"type": "git",
"url": "https://github.com/linemanjs/lineman-rails.git"
},
"bugs": {
"url": "https://github.com/linemanjs/lineman-rails/issues"
},
"dependencies": {
"coffee-script": "~1.6.3",
"grunt": "~0.4.2",
"underscore": "~1.5.2"
},
"peerDependencies": {
"lineman": ">= 0.21.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-release": "^0.7.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://testdouble.mit-license.org"
}
],
"keywords": [
"lineman",
"linemanplugin",
"rails",
"assets",
"assetpipeline"
]
}