28 lines
No EOL
665 B
JSON
28 lines
No EOL
665 B
JSON
{
|
|
"name": "angular-amazing",
|
|
"version": "1.0.0",
|
|
"description": "An amazing module for Angular.",
|
|
"main": "bundles/amazing.umd.js",
|
|
"module": "index.js",
|
|
"typings": "index.d.ts",
|
|
"keywords": [
|
|
"angular",
|
|
"angular2",
|
|
"angular 2",
|
|
"angular4"
|
|
],
|
|
"author": "Your name",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/youraccount/angular-amazing.git"
|
|
},
|
|
"homepage": "https://github.com/youraccount/angular-amazing",
|
|
"bugs": {
|
|
"url": "https://github.com/youraccount/angular-amazing/issues"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "^2.4.0 || ^4.0.0",
|
|
"rxjs": "^5.0.1"
|
|
}
|
|
} |