@@ -0,0 +1,15 @@
|
||||
{
|
||||
"main": "angular-animate",
|
||||
"shim": {
|
||||
"angular-animate": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.3.0-rc.1"
|
||||
},
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"main": "angular-cookies",
|
||||
"shim": {
|
||||
"angular-cookies": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.3.0-rc.1"
|
||||
},
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"main": "angular-material",
|
||||
"shim": {
|
||||
"angular-material": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.3.0-rc.1",
|
||||
"angular-animate": "^1.3.0-rc.1",
|
||||
"hammer": "^2.0.3"
|
||||
},
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"main": "angular-material",
|
||||
"shim": {
|
||||
"angular-material": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.3.0-rc.1",
|
||||
"angular-animate": "^1.3.0-rc.1",
|
||||
"hammer": "^2.0.3"
|
||||
},
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"main": "angular-material",
|
||||
"shim": {
|
||||
"angular-material": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.3.0-rc.1",
|
||||
"angular-animate": "^1.3.0-rc.1",
|
||||
"hammer": "^2.0.3"
|
||||
},
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"main": "angular-material",
|
||||
"shim": {
|
||||
"angular-material": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.3.0-rc.1",
|
||||
"angular-animate": "^1.3.0-rc.1",
|
||||
"hammer": "^2.0.3"
|
||||
},
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"main": "index",
|
||||
"directories": {
|
||||
"lib": "src"
|
||||
},
|
||||
"format": "es6"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"main": "react",
|
||||
"format": "global"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"directories": {
|
||||
"dist": "dist"
|
||||
},
|
||||
"main": "js/dom.jsPlumb-1.6.4",
|
||||
"format": "global",
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"main": "js/jquery.Jcrop",
|
||||
"dependencies": {
|
||||
"jquery": "*",
|
||||
"css": "*"
|
||||
},
|
||||
"shim": {
|
||||
"js/jquery.Jcrop": [
|
||||
"jquery",
|
||||
"../css/jquery.Jcrop.css!"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"js/jquery.Jcrop.js",
|
||||
"css/Jcrop.gif",
|
||||
"css/jquery.Jcrop.css"
|
||||
],
|
||||
"buildConfig": {
|
||||
"uglify": true
|
||||
}
|
||||
}
|
||||
+11
-1
@@ -9,6 +9,11 @@
|
||||
"ace": "github:ajaxorg/ace-builds",
|
||||
"angular": "github:angular/bower-angular",
|
||||
"angular-mocks": "github:angular/bower-angular-mocks",
|
||||
"angular-cookies": "github:angular/bower-angular-cookies",
|
||||
"angular-animate": "github:angular/bower-angular-animate",
|
||||
"angular-material": "github:angular/bower-material",
|
||||
"angular-ui-router": "github:angular-ui/ui-router",
|
||||
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
|
||||
"angularFire": "github:firebase/angularFire",
|
||||
"backbone": "npm:backbone",
|
||||
"backbone.babysitter": "github:marionettejs/backbone.babysitter",
|
||||
@@ -20,21 +25,26 @@
|
||||
"cram": "github:cujojs/cram",
|
||||
"curl": "github:cujojs/curl",
|
||||
"d3": "github:mbostock/d3",
|
||||
"di": "github:angular/di.js",
|
||||
"dropzone": "github:enyo/dropzone",
|
||||
"ember": "github:components/ember",
|
||||
"ember-data": "github:components/ember-data",
|
||||
"test.js": "github:some/test",
|
||||
"famous": "github:Famous/famous",
|
||||
"famous-angular": "github:Famous/famous-angular",
|
||||
"font-awesome": "npm:font-awesome",
|
||||
"foundation": "github:zurb/bower-foundation",
|
||||
"hammer": "github:hammerjs/hammer.js",
|
||||
"handlebars": "github:components/handlebars.js",
|
||||
"handlebars.js": "github:components/handlebars.js",
|
||||
"intro": "github:usablica/intro.js",
|
||||
"jcrop": "github:tapmodo/Jcrop",
|
||||
"jiff": "github:cujojs/jiff",
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
|
||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
||||
"jsplumb": "github:sporritt/jsPlumb",
|
||||
"kickstrap": "github:ajkochanowicz/Kickstrap",
|
||||
"less": "github:matthewp/plugin-less",
|
||||
"lodash": "npm:lodash-node",
|
||||
@@ -61,7 +71,7 @@
|
||||
"respond": "github:scottjehl/Respond",
|
||||
"rest": "github:cujojs/rest",
|
||||
"select2": "github:ivaynberg/select2",
|
||||
"showdown": "github:coreyti/showdown",
|
||||
"showdown": "github:showdownjs/showdown",
|
||||
"skrollr": "github:Prinzhorn/skrollr",
|
||||
"spin": "github:fgnass/spin.js",
|
||||
"tinygrowl": "github:ajkochanowicz/tinygrowl",
|
||||
|
||||
Reference in New Issue
Block a user