wnpc
Version:
This README outlines the details of collaborating on this Ember application.
28 lines (27 loc) • 642 B
JSON
{
"name": "components/ember",
"description": "A framework for creating ambitious web applications.",
"type": "component",
"license": "MIT",
"require": {
"components/jquery": ">=1.7.0 <= 2.1.0",
"components/handlebars.js": "1.*"
},
"extra": {
"component": {
"scripts": [
"ember.js"
],
"files": [
"ember.min.js"
],
"shim": {
"exports": "Ember",
"deps": [
"jquery",
"handlebars"
]
}
}
}
}