|
1 | 1 | { |
2 | | - "name" : "message-center", |
3 | | - "version" : "1.0.2", |
4 | | - "description" : "AngularJS Message Center", |
5 | | - "repository" : { |
6 | | - "type" : "git", |
7 | | - "url" : "https://github.com/mateu-aguilo-bosch/message-center.git" |
| 2 | + "name": "message-center", |
| 3 | + "version": "1.0.2", |
| 4 | + "description": "AngularJS Message Center", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/mateu-aguilo-bosch/message-center.git" |
8 | 8 | }, |
9 | | - "scripts" : { |
10 | | - "postinstall" : "bower install", |
11 | | - "test" : "make test" |
| 9 | + "scripts": { |
| 10 | + "postinstall": "bower install", |
| 11 | + "test": "make test" |
12 | 12 | }, |
13 | | - "keywords" : [ "angular", "js", "messages", "alert", "bootstrap" ], |
14 | | - "author" : "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>", |
15 | | - "readmeFilename" : "README.md", |
16 | | - "devDependencies" : { |
17 | | - "connect" : "~2.10", |
18 | | - "connect-route" : "~0.1", |
19 | | - "uglify-js" : "~2.4", |
20 | | - "bower" : "~1.2", |
21 | | - "karma" : "canary", |
22 | | - "karma-mocha" : "~0.1", |
23 | | - "karma-ng-scenario": "~0.1" |
| 13 | + "keywords": [ "angular", "js", "messages", "alert", "bootstrap" ], |
| 14 | + "author": "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>", |
| 15 | + "readmeFilename": "README.md", |
| 16 | + "devDependencies": { |
| 17 | + "connect": "2.10", |
| 18 | + "connect-route": "0.1", |
| 19 | + "uglify-js": "2.4", |
| 20 | + "bower": "1.2", |
| 21 | + "karma": "canary", |
| 22 | + "karma-mocha": "0.1", |
| 23 | + "karma-ng-scenario": "0.1", |
| 24 | + "karma-phantomjs-launcher": "0.1" |
24 | 25 | } |
25 | 26 | } |
0 commit comments