forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
40
41
42
43
44
45
46
47
{
"name": "angular-cli",
"version": "0.0.1",
"description": "",
"main": "lib/cli/index.js",
"bin": {
"ng": "./bin/ng"
},
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"author": "rodyhaddad <[email protected]> (http://rodyhaddad.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"angular-project-draft": "rodyhaddad/angular-project-draft",
"broccoli": "^0.16.3",
"broccoli-concat": "0.0.13",
"broccoli-funnel": "^0.2.3",
"broccoli-merge-trees": "^0.2.1",
"broccoli-writer": "^0.1.1",
"chalk": "^1.1.0",
"ember-cli": "rodyhaddad/ember-cli#rodyhaddad/overrideCoreCommand",
"exit": "^0.1.2",
"fs-extra": "^0.18.4",
"lodash": "^3.10.0",
"resolve": "^1.0.0",
"silent-error": "^1.0.0",
"symlink-or-copy": "^1.0.1",
"typescript": "^1.5.0-beta"
},
"ember-addon": {
"paths": [
"./addon/dummy-addon/",
"./addon/ng2/",
"./node_modules/angular-project-draft/"
]
}
}