forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.24 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "angular-cli",
"version": "1.0.0-beta.11-webpack",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
"bin": {
"ng": "./bin/ng"
},
"keywords": [],
"scripts": {
"test": "node tests/runner",
"mobile_test": "mocha tests/e2e/e2e_workflow.spec.js",
"test:inspect": "node --inspect --debug-brk 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 <[email protected]> (http://rodyhaddad.com/)",
"Igor Minar <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@types/lodash": "^4.0.25-alpha",
"@types/rimraf": "0.0.25-alpha",
"@types/webpack": "^1.12.22-alpha",
"angular2-template-loader": "^0.4.0",
"awesome-typescript-loader": "^2.1.1",
"chalk": "^1.1.3",
"compression-webpack-plugin": "^0.3.1",
"copy-webpack-plugin": "^3.0.1",
"core-js": "^2.4.0",
"css-loader": "^0.23.1",
"ember-cli": "2.5.0",
"ember-cli-string-utils": "^1.0.0",
"enhanced-resolve": "^2.2.2",
"exit": "^0.1.2",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"file-loader": "^0.8.5",
"fs-extra": "^0.30.0",
"glob": "^7.0.3",
"handlebars": "^4.0.5",
"html-webpack-plugin": "^2.19.0",
"istanbul-instrumenter-loader": "^0.2.0",
"json-loader": "^0.5.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"leek": "0.0.21",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.11.1",
"node-sass": "^3.7.0",
"npm": "3.10.2",
"offline-plugin": "^3.4.1",
"opn": "4.0.1",
"parse5": "^2.1.5",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7",
"postcss-loader": "^0.9.1",
"protractor": "^3.3.0",
"raw-loader": "^0.5.1",
"remap-istanbul": "^0.6.4",
"resolve": "^1.1.7",
"rimraf": "^2.5.3",
"sass-loader": "^3.2.0",
"shelljs": "^0.7.0",
"silent-error": "^1.0.0",
"source-map-loader": "^0.1.5",
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"symlink-or-copy": "^1.0.3",
"ts-helpers": "^1.1.1",
"ts-loader": "^0.8.2",
"tslint": "^3.11.0",
"tslint-loader": "^2.1.4",
"typedoc": "^0.4.2",
"typescript": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.18",
"webpack-dev-server": "2.1.0-beta.0",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^0.14.0"
},
"ember-addon": {
"paths": [
"./addon/ng2/"
]
},
"devDependencies": {
"chai": "^3.5.0",
"conventional-changelog": "^1.1.0",
"denodeify": "^1.2.1",
"eslint": "^2.8.0",
"exists-sync": "0.0.3",
"minimatch": "^3.0.0",
"mocha": "^2.4.5",
"mock-fs": "3.10.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"
}
}