Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
744 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "angular-messages",
|
---|
3 | "version": "1.8.2",
|
---|
4 | "description": "AngularJS module that provides enhanced support for displaying messages within templates",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "echo \"Error: no test specified\" && exit 1"
|
---|
8 | },
|
---|
9 | "repository": {
|
---|
10 | "type": "git",
|
---|
11 | "url": "https://github.com/angular/angular.js.git"
|
---|
12 | },
|
---|
13 | "keywords": [
|
---|
14 | "angular",
|
---|
15 | "framework",
|
---|
16 | "browser",
|
---|
17 | "client-side"
|
---|
18 | ],
|
---|
19 | "author": "Angular Core Team <angular-core+npm@google.com>",
|
---|
20 | "license": "MIT",
|
---|
21 | "bugs": {
|
---|
22 | "url": "https://github.com/angular/angular.js/issues"
|
---|
23 | },
|
---|
24 | "homepage": "http://angularjs.org",
|
---|
25 | "jspm": {
|
---|
26 | "shim": {
|
---|
27 | "angular-messages": {
|
---|
28 | "deps": ["angular"]
|
---|
29 | }
|
---|
30 | }
|
---|
31 | }
|
---|
32 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.