forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.95 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "angular-cli",
"version": "1.0.0-beta.9",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
"bin": {
"ng": "./bin/ng"
},
"keywords": [],
"scripts": {
"test": "node tests/runner",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"engines": {
"node": ">= 4.1.0"
},
"author": "Angular Authors",
"contributors": [
"Rody Haddad <npm@rodyhaddad.com> (http://rodyhaddad.com/)",
"Igor Minar <igor@angularjs.org>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"broccoli": "^1.0.0-beta.7",
"broccoli-caching-writer": "^2.2.1",
"broccoli-concat": "^2.2.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1",
"broccoli-source": "^1.1.0",
"broccoli-uglify-js": "^0.1.3",
"broccoli-writer": "^0.1.1",
"chalk": "^1.1.3",
"ember-cli": "2.5.0",
"ember-cli-string-utils": "^1.0.0",
"exit": "^0.1.2",
"fs-extra": "^0.30.0",
"glob": "^7.0.3",
"handlebars": "^4.0.5",
"leek": "0.0.21",
"lodash": "^4.11.1",
"npm": "3.10.2",
"opn": "4.0.1",
"resolve": "^1.1.7",
"shelljs": "^0.7.0",
"silent-error": "^1.0.0",
"symlink-or-copy": "^1.0.3",
"systemjs-builder": "0.15.20",
"typescript": "^1.8.10",
"typings": "^0.8.1"
},
"ember-addon": {
"paths": [
"./addon/ng2/"
]
},
"devDependencies": {
"chai": "^3.5.0",
"conventional-changelog": "^1.1.0",
"eslint": "^2.8.0",
"exists-sync": "0.0.3",
"minimatch": "^3.0.0",
"mocha": "^2.4.5",
"mock-fs": "^3.8.0",
"object-assign": "^4.0.1",
"rewire": "^2.5.1",
"sinon": "^1.17.3",
"through": "^2.3.8",
"tree-kill": "^1.0.0",
"tslint": "^3.8.1",
"walk-sync": "^0.2.6"
}
}