1 Star 0 Fork 0

carrot93/meteor-reactive-objects

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.js 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
CMTopus 提交于 2014-09-11 12:37 . updated versions.json
Package.describe({
summary: "Objects with clean reactive properties, via ECMA-262 property get/set standards.",
version: "0.8.2",
git: 'https://github.com/Meteor-Reaction/meteor-reactive-objects.git'
});
Package.on_use(function (api, where) {
api.versionsFrom("METEOR-CORE@0.9.0-atm");
api.use(['deps', 'underscore'], ['client', 'server']);
if(api.export) {
api.export(['ReactiveObjects'], ['client', 'server']);
}
api.add_files([
'lib/reactive-objects.js',
'lib/model-methods.js',
'lib/proxies.js'
],
['client', 'server']);
});
Package.on_test(function(api) {
api.use("kestanous:reactive-objects");
api.use(['tinytest', 'deps', 'underscore'], ['client', 'server']);
api.add_files([
'tests/public-api.tests.js',
'tests/proxies.tests.js'
], ['client', 'server']);
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/carrot93/meteor-reactive-objects.git
git@gitee.com:carrot93/meteor-reactive-objects.git
carrot93
meteor-reactive-objects
meteor-reactive-objects
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385