Added elastic.js@1.2.0

This commit is contained in:
Bartosz Gościński
2015-03-12 13:45:43 +01:00
parent 522330cf1c
commit d4feb73fc7
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"format": "global",
"main": "elastic",
"directories": {
"lib": "dist"
},
"shim": {
"elastic": {
"exports": ["ejs"]
}
}
}
+1
View File
@@ -107,6 +107,7 @@
"dns": "github:jspm/nodelibs-dns",
"domain": "github:jspm/nodelibs-domain",
"dropzone": "github:enyo/dropzone",
"elastic.js": "github:fullscale/elastic.js",
"ember": "github:components/ember",
"ember-data": "github:components/ember-data",
"es5-shim": "github:es-shims/es5-shim",