forked from angular/universal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (133 loc) · 5.88 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "angular2-universal",
"main": "index.js",
"version": "0.0.1",
"description": "Universal (isomorphic) javascript support for Angular2",
"homepage": "https://github.com/angular/universal",
"license": "MIT",
"contributors": [
"Tobias Bosch <tbosch@google.com>",
"PatrickJS <github@gdi2290.com>",
"Jeff Whelpley <jeff@gethuman.com>"
],
"scripts": {
"clean:all": "rimraf ./modules/*/dist ./modules/*/node_modules ./modules/*/typings */dist */node_modules */typings ./dist ./node_modules ./typings",
"install:all" : "npm run install-preboot && npm run install-universal && npm run install-broccoli-pre && npm run install-engine && npm run install-grunt-pre && npm run install-gulp-pre && npm run install-hapi-engine && npm run install-polyfills && npm run install-webpack-pre && typings install && npm run install-examples",
"dev:reload:universal" : "npm run reload:universal && npm run reload:examples",
"reload:universal" : "cd ./modules/universal && npm run reload && npm run build",
"reload:examples" : "cd ./examples && npm run reload && npm run build",
"preinstall": "npm run typings",
"postinstall" : "npm run install:all",
"install-preboot" : "cd ./modules/preboot && typings install && npm install --ignore-scripts && npm run build",
"install-universal" : "cd ./modules/universal && typings install && npm install --ignore-scripts && npm run build",
"install-broccoli-pre": "cd ./modules/broccoli-prerender && typings install && npm install --ignore-scripts && npm run build",
"install-engine" : "cd ./modules/express-engine && typings install && npm install --ignore-scripts && npm run build",
"install-grunt-pre" : "cd ./modules/grunt-prerender && typings install && npm install --ignore-scripts && npm run build",
"install-gulp-pre" : "cd ./modules/gulp-prerender && typings install && npm install --ignore-scripts && npm run build",
"install-hapi-engine" : "cd ./modules/hapi-engine && typings install && npm install --ignore-scripts && npm run build",
"install-polyfills" : "cd ./modules/polyfills && typings install && npm install --ignore-scripts && npm run build",
"install-webpack-pre" : "cd ./modules/webpack-prerender && typings install && npm install --ignore-scripts && npm run build",
"install-examples" : "cd ./examples && typings install && npm run reload && npm run build",
"start": "cd ./examples && npm run start",
"build": "gulp build",
"serve": "gulp serve",
"server": "gulp serve",
"watch": "gulp watch",
"debug": "gulp debug",
"clean": "gulp clean",
"test": "gulp karma",
"ci": "gulp ci",
"changelog": "gulp changelog",
"e2e": "gulp protractor",
"webdriver-update": "gulp protractor.update",
"webdriver-start": "gulp protractor.start",
"preprotractor": "gulp protractor.update",
"protractor": "gulp protractor",
"remove-dist": "rimraf dist modules/**/dist !node_modules/**/*",
"remove-local-modules": "rimraf node_modules/angular2-universal-polyfills node_modules/angular2-universal node_modules/preboot node_modules/angular2-universal-preview node_modules/angular2-universal node_modules/angular2-express-engine node_modules/angular2-hapi-engine",
"update": "npm run remove-local-modules && npm install",
"restart": "npm run update && gulp build && gulp server",
"typings": "typings install",
"doc": "gulp doc",
"loop-install" : "for dir in modules/[a-zA-Z0-9]* ; do printf \"=== Installing %s\\n\" \"$dir\" ; ( cd \"$dir\"; npm install && typings install; ) ;printf \"=== Installation exit code: %s for %s\\n\" $? \"$dir\" ; done",
"loop-build" : "for dir in modules/[a-zA-Z0-9]* ; do printf \"=== Building %s\\n\" \"$dir\" ; ( cd \"$dir\"; npm run build; ) ;printf \"=== Building exit code: %s for %s\\n\" $? \"$dir\" ; done"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/universal"
},
"bugs": {
"url": "https://github.com/angular/universal/issues"
},
"engineStrict": true,
"engines": {
"node": ">= 5.4.1 < 6",
"npm": ">= 3"
},
"devDependencies": {
"brfs": "^1.4.0",
"browser-sync": "^2.8.2",
"connect-history-api-fallback": "^1.1.0",
"connect-livereload": "^0.5.3",
"conventional-changelog": "^1.1.0",
"del": "^2.0.2",
"express": "^4.13.0",
"falcor": "^0.1.15",
"falcor-express": "^0.1.2",
"falcor-router": "^0.2.12",
"gulp-eslint": "^1.0.0",
"gulp-jasmine": "^2.0.1",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.1.0",
"gulp-node-inspector": "^0.1.0",
"gulp-nodemon": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-protractor": "^2.1.0",
"gulp-size": "^2.0.0",
"gulp-tslint": "^4.2.2",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.9.0",
"gulp-util": "3.0.7",
"jasmine": "^2.3.1",
"jasmine-reporters": "^2.0.7",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.3",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"morgan": "^1.6.1",
"nodemon": "^1.3.7",
"open": "0.0.5",
"opn": "^3.0.2",
"phantomjs": "^1.9.17",
"protractor": "^3.0.0",
"rimraf": "^2.5.2",
"selenium-webdriver": "^2.46.1",
"serve-index": "^1.7.0",
"serve-static": "^1.10.0",
"ts-node": "^0.6.1",
"tslint": "^3.2.1",
"typescript": "^1.8.7",
"typings": "^1.0.5",
"yargs": "^3.14.0"
},
"dependencies": {
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gutil": "^1.6.4",
"lodash": "^3.10.1",
"nocycle": "^1.1.1",
"parse5": "^1.5.0",
"q": "^1.4.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vision": "4.0.1"
}
}