-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.05 KB
/
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
{
"name": "lineman-ember",
"description": "This is a plugin to get started with Ember using [Lineman](http://linemanjs.com). We recommend you look at our [Ember template project](https://github.com/linemanjs/lineman-ember-template/) as a starting point.",
"version": "0.0.3",
"homepage": "https://github.com/linemanjs/lineman-ember",
"author": {
"name": "Justin Searls",
"email": "justin@testdouble.com"
},
"repository": {
"type": "git",
"url": "https://github.com/linemanjs/lineman-ember.git"
},
"bugs": {
"url": "https://github.com/linemanjs/lineman-ember/issues"
},
"dependencies": {
"handlebars": "1.3.0",
"ember-template-compiler": "1.5.1",
"grunt-ember-templates": "~0.4.20",
"underscore": "~1.5.2"
},
"peerDependencies": {
"lineman": ">= 0.24.4"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-release": "^0.7.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://testdouble.mit-license.org"
}
],
"keywords": [
"lineman",
"linemanplugin",
"ember"
]
}