-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
48 lines (41 loc) · 1.02 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
42
43
44
45
46
47
48
{
"name" : "ember-precompile",
"version" : "0.3.0",
"description" : "Precompile Ember.js templates with a Handlebars-like UI",
"main" : "./src/index.js",
"keywords" : [
"Ember.js",
"Handlebars.js",
"template"
],
"bin": {
"ember-precompile": "./bin/ember-precompile",
"ember-render": "./bin/ember-render"
},
"dependencies": {
"optimist": "0.3.4",
"jquery": "1.8.x"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/gabrielgrant/node-ember-precompile"
},
"author" : "Gabriel Grant <[email protected]>",
"contributors" : [{
"name": "Jeff Dean",
"email": "[email protected]"
}, {
"name": "Peter Wagenet",
"email": "[email protected]"
}, {
"name": "Garth Williams"
}, {
"name": "Jarrod Nettles"
}, {
"name": "Zach Dennis"
}, {
"name": "Roland Ekström",
"email": "[email protected]"
}],
"license": "LGPL"
}