forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_package.json
More file actions
39 lines (39 loc) · 840 Bytes
/
Copy pathproject_package.json
File metadata and controls
39 lines (39 loc) · 840 Bytes
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
31
32
33
34
35
36
37
38
39
{
"name": "project",
"version": "0.0.0-SNAPSHOT",
"description": "Project package.json",
"main": "project/index.js",
"bin": {
"projectfoo": "./bin/project-foo.js"
},
"keywords": [
"b",
"c"
],
"scripts": {
"build": "node project-build-script"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"author": "Angular Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@project/foo": "1.0.0",
"@project/bar": "2.0.0"
},
"devDependencies": {
"@project/devdep": "1.2.3"
},
"ng-update": {
"migrations": "@project/migration-collection.json",
"packageGroup": {
"@project/abc": "0.0.0"
}
}
}