forked from gabrielgrant/node-ember-precompile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (41 loc) · 1017 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" : "ember-templates",
"version" : "0.1.0",
"description" : "Precompile Ember.js templates with Handlebars",
"main" : "./src/index.js",
"keywords" : [
"Ember.js",
"Handlebars.js",
"template"
],
"bin": {
"ember-render": "./bin/ember-render",
"ember-templates": "./bin/ember-templates"
},
"dependencies": {
"optimist": "*",
"jquery": "1.8.x"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/rquiz/node-ember-templates"
},
"author" : "Ryan Quiz <[email protected]>",
"contributors" : [{
"name": "Gabriel Grant",
"email": "[email protected]"
}, {
"name": "Jeff Dean",
"email": "[email protected]"
}, {
"name": "Peter Wagenet",
"email": "[email protected]"
}, {
"name": "Garth Williams"
}, {
"name": "Jarrod Nettles"
}, {
"name": "Zach Dennis"
}],
"license": "LGPL"
}