-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemberjs.json
49 lines (49 loc) · 979 Bytes
/
emberjs.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
49
{
"_id": "emberjs",
"name": "Ember.JS",
"description": "A framework for creating ambitious web applications",
"summary": "EmberJS is a frontend Javascript web framework that iams at making web developers more productive and happy",
"tags": [
"framework"
],
"dependencies": [],
"language": "javascript",
"environments": [
"client"
],
"audience": [
"frontend"
],
"features": [
"Support for handlebars templates",
"Convetion based",
"Data binding",
"Components",
"AJAX",
"Routing"
],
"scenario": [
"When you want to develop a single page application"
],
"website": "http://emberjs.com/",
"repository": "https://github.com/emberjs/ember.js",
"demo": "",
"similar": [
{
"id": "angularjs",
"relationship": ""
},
{
"id": "reactjs",
"relationship": ""
}
],
"usedby": [
"yahoo",
"zendesk",
"travisci",
"square",
"discourse",
"groupon"
]
}