forked from single-spa/single-spa-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "single-spa-angular2",
"version": "1.1.0",
"description": "Helpers for building single-spa applications which use Angular 2",
"main": "lib/single-spa-angular2.js",
"scripts": {
"build": "rm -r lib && babel src --out-dir lib",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CanopyTax/single-spa-angular2.git"
},
"keywords": [
"single-spa",
"angular2"
],
"author": "Joel Denning",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CanopyTax/single-spa-angular2/issues"
},
"homepage": "https://github.com/CanopyTax/single-spa-angular2#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-3": "^6.17.0"
}
}