single-spa-angular1
Version:
the logic needed to register angular 1 apps with single-spa
35 lines (34 loc) • 922 B
JSON
{
"name": "single-spa-angular1",
"version": "2.7.0",
"description": "the logic needed to register angular 1 apps with single-spa",
"main": "lib/single-spa-angular1.js",
"scripts": {
"build": "babel src --out-dir lib --source-maps",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joeldenning/single-spa-angular1.git"
},
"keywords": [
"single",
"spa",
"angular",
"angular1",
"multi",
"ui-router"
],
"author": "Joel Denning",
"license": "MIT",
"bugs": {
"url": "https://github.com/joeldenning/single-spa-jspm/issues"
},
"homepage": "https://github.com/joeldenning/single-spa-jspm#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6.18.0"
}
}