forked from TradeMe/angular-master-class-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 719 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "angular2-master-class-exercise-descriptions",
"version": "0.1.0",
"description": "Exercise descriptions for the Angular 2 Master Class",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/thoughtram/angular2-master-class-exercise-descriptions.git"
},
"author": "Christoph Burgdorf <christoph.burgdorf@gmail.org>",
"license": "thoughtram Training Material License (TTML 1.0)",
"bugs": {
"url": "https://github.com/thoughtram/angular2-master-class-exercise-descriptions/issues"
},
"homepage": "https://github.com/thoughtram/angular2-master-class-exercise-descriptions"
}