mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 09:47:48 +10:00
34 lines
740 B
JSON
34 lines
740 B
JSON
{
|
|
"name": "ember.js",
|
|
"filename": "ember.min.js",
|
|
"version": "1.7.0",
|
|
"description": "Ember is a JavaScript framework for creating ambitious web applications that eliminates boilerplate and provides a standard application architecture.",
|
|
"homepage": "http://emberjs.com/",
|
|
"keywords": [
|
|
"ember",
|
|
"ember.js"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Ember.js",
|
|
"web": "http://emberjs.com"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/emberjs/ember.js"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/components/ember.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"ember.min.js",
|
|
"ember.prod.js",
|
|
"ember.js"
|
|
]
|
|
}
|
|
}
|