@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"directories": {
|
||||||
|
"lib": "release"
|
||||||
|
},
|
||||||
|
"main": "angular-ui-router",
|
||||||
|
"shim": {
|
||||||
|
"angular-ui-router": {
|
||||||
|
"deps": ["angular"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "^1.3.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"main": "angular-sanitize",
|
||||||
|
"shim": {
|
||||||
|
"angular-sanitize": {
|
||||||
|
"deps": ["angular"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "^1.3.0"
|
||||||
|
},
|
||||||
|
"buildConfig": {
|
||||||
|
"minify": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"main": "angular-material",
|
||||||
|
"shim": {
|
||||||
|
"angular-material": {
|
||||||
|
"deps": [
|
||||||
|
"./angular-material.css!",
|
||||||
|
"angular",
|
||||||
|
"hammer",
|
||||||
|
"angular-animate",
|
||||||
|
"angular-aria"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "^1.3.0",
|
||||||
|
"angular-animate": "^1.3.0",
|
||||||
|
"angular-aria": "^1.3.0",
|
||||||
|
"hammer": "^2.0.4",
|
||||||
|
"css": "^0.1.0"
|
||||||
|
},
|
||||||
|
"buildConfig": {
|
||||||
|
"minify": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"main": "angular-material",
|
||||||
|
"shim": {
|
||||||
|
"angular-material": {
|
||||||
|
"deps": [
|
||||||
|
"./angular-material.css!",
|
||||||
|
"angular",
|
||||||
|
"hammer",
|
||||||
|
"angular-animate",
|
||||||
|
"angular-aria"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "^1.3.0",
|
||||||
|
"angular-animate": "^1.3.0",
|
||||||
|
"angular-aria": "^1.3.0",
|
||||||
|
"hammer": "^2.0.2",
|
||||||
|
"css": "^0.1.0"
|
||||||
|
},
|
||||||
|
"buildConfig": {
|
||||||
|
"minify": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"main": "jquery.min"
|
"main": "jquery"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"registry": "jspm",
|
||||||
|
"main": "js/ionic-angular",
|
||||||
|
"shim": {
|
||||||
|
"js/ionic-angular": {
|
||||||
|
"deps": [
|
||||||
|
"../css/ionic.css!",
|
||||||
|
"./ionic",
|
||||||
|
"angular",
|
||||||
|
"angular-animate",
|
||||||
|
"angular-sanitize",
|
||||||
|
"angular-ui-router"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"css": "0.1.0",
|
||||||
|
"angular": "^1.3.2",
|
||||||
|
"angular-animate": "^1.3.2",
|
||||||
|
"angular-sanitize": "^1.3.2",
|
||||||
|
"angular-ui-router": "0.2.10"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"registry": "jspm",
|
||||||
|
"directories": {
|
||||||
|
"lib": "release"
|
||||||
|
},
|
||||||
|
"main": "js/ionic-angular",
|
||||||
|
"shim": {
|
||||||
|
"js/ionic-angular": {
|
||||||
|
"deps": [
|
||||||
|
"../css/ionic.css!",
|
||||||
|
"./ionic",
|
||||||
|
"angular",
|
||||||
|
"angular-animate",
|
||||||
|
"angular-sanitize",
|
||||||
|
"angular-ui-router"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"css": "0.1.0",
|
||||||
|
"angular": "^1.3.2",
|
||||||
|
"angular-animate": "^1.3.2",
|
||||||
|
"angular-sanitize": "^1.3.2",
|
||||||
|
"angular-ui-router": "0.2.10"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"directories": {
|
||||||
|
"lib": "dist"
|
||||||
|
},
|
||||||
|
"files": ["dist/angularfire.js"],
|
||||||
|
"shim": {
|
||||||
|
"angularfire": ["firebase", "angular"]
|
||||||
|
},
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "^1.3.2",
|
||||||
|
"firebase": "^2.0.4"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"main": "firebase",
|
||||||
|
"registry": "jspm"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/raven.min"
|
||||||
|
}
|
||||||
+6
-1
@@ -18,7 +18,10 @@
|
|||||||
"angular-ui-router": "github:angular-ui/ui-router",
|
"angular-ui-router": "github:angular-ui/ui-router",
|
||||||
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
|
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
|
||||||
"angular-ui-tree": "github:JimLiu/angular-ui-tree",
|
"angular-ui-tree": "github:JimLiu/angular-ui-tree",
|
||||||
|
"angular-sanitize": "github:angular/bower-angular-sanitize",
|
||||||
|
"firebase": "github:firebase/firebase-bower",
|
||||||
"angularFire": "github:firebase/angularFire",
|
"angularFire": "github:firebase/angularFire",
|
||||||
|
"angularfire": "github:firebase/angularfire",
|
||||||
"backbone": "npm:backbone",
|
"backbone": "npm:backbone",
|
||||||
"backbone.babysitter": "github:marionettejs/backbone.babysitter",
|
"backbone.babysitter": "github:marionettejs/backbone.babysitter",
|
||||||
"backbone.wreqr": "github:marionettejs/backbone.wreqr",
|
"backbone.wreqr": "github:marionettejs/backbone.wreqr",
|
||||||
@@ -42,7 +45,7 @@
|
|||||||
"handlebars": "github:components/handlebars.js",
|
"handlebars": "github:components/handlebars.js",
|
||||||
"handlebars.js": "github:components/handlebars.js",
|
"handlebars.js": "github:components/handlebars.js",
|
||||||
"intro": "github:usablica/intro.js",
|
"intro": "github:usablica/intro.js",
|
||||||
"ionic": "github:driftyco/ionic",
|
"ionic": "github:driftyco/ionic-bower",
|
||||||
"jcrop": "github:tapmodo/Jcrop",
|
"jcrop": "github:tapmodo/Jcrop",
|
||||||
"jiff": "github:cujojs/jiff",
|
"jiff": "github:cujojs/jiff",
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
@@ -69,11 +72,13 @@
|
|||||||
"parallax": "github:wagerfield/parallax",
|
"parallax": "github:wagerfield/parallax",
|
||||||
"pikaday": "github:dbushell/Pikaday",
|
"pikaday": "github:dbushell/Pikaday",
|
||||||
"poly": "github:cujojs/poly",
|
"poly": "github:cujojs/poly",
|
||||||
|
"postal": "npm:postal",
|
||||||
"pouchdb": "github:pouchdb/pouchdb",
|
"pouchdb": "github:pouchdb/pouchdb",
|
||||||
"prism": "github:LeaVerou/prism",
|
"prism": "github:LeaVerou/prism",
|
||||||
"quint": "github:jquery/qunit",
|
"quint": "github:jquery/qunit",
|
||||||
"raphael": "github:DmitryBaranovskiy/raphael",
|
"raphael": "github:DmitryBaranovskiy/raphael",
|
||||||
"ratchet": "github:maker/ratchet",
|
"ratchet": "github:maker/ratchet",
|
||||||
|
"raven-js": "github:getsentry/raven-js",
|
||||||
"react": "npm:react",
|
"react": "npm:react",
|
||||||
"react-router": "npm:react-router",
|
"react-router": "npm:react-router",
|
||||||
"reqwest": "github:ded/reqwest",
|
"reqwest": "github:ded/reqwest",
|
||||||
|
|||||||
Reference in New Issue
Block a user